Home
last modified time | relevance | path

Searched refs:iAsBx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.c89 ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */
98 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */
99 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */
101 ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_TFORLOOP */
H A Dlopcodes.h32 enum OpMode {iABC, iABx, iAsBx, iAx}; /* basic instruction format */ enumerator
H A Dlcode.c236 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()