Home
last modified time | relevance | path

Searched refs:PM_REG_L (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/sharc/
H A Dsharcops.hxx9 #define PM_REG_L(x) (m_core->dag2.l[x]) macro
59 if (PM_REG_L(x) != 0) \
61 if (PM_REG_I(x) > PM_REG_B(x)+PM_REG_L(x)) \
63 PM_REG_I(x) -= PM_REG_L(x); \
67 PM_REG_I(x) += PM_REG_L(x); \
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sharc/
H A Dsharcops.hxx9 #define PM_REG_L(x) (m_core->dag2.l[x]) macro
59 if (PM_REG_L(x) != 0) \
61 if (PM_REG_I(x) > PM_REG_B(x)+PM_REG_L(x)) \
63 PM_REG_I(x) -= PM_REG_L(x); \
67 PM_REG_I(x) += PM_REG_L(x); \