Searched refs:OpMode (Results 1 – 2 of 2) sorted by relevance
31 enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ enum254 #define getOpMode(m) (cast(enum OpMode, luaP_opmodes[m] & 3))
33 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enum275 #define getOpMode(m) (cast(enum OpMode, luaP_opmodes[m] & 3))