Home
last modified time | relevance | path

Searched refs:getBMode (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dprint.c95 if (getBMode(o)!=OpArgN) printf(" %d",ISK(b) ? (-1-INDEXK(b)) : b); in PrintCode()
99 if (getBMode(o)==OpArgK) printf("%d %d",a,-1-bx); else printf("%d %d",a,bx); in PrintCode()
H A Dldebug.c334 check(checkArgMode(pt, b, getBMode(op))); in symbexec()
340 if (getBMode(op) == OpArgK) check(b < pt->sizek); in symbexec()
345 if (getBMode(op) == OpArgR) { in symbexec()
H A Dlopcodes.h255 #define getBMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 4) & 3)) macro
H A Dlvm.c349 #define RB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgR, base+GETARG_B(i))
351 #define RKB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgK, \
355 #define KBx(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgK, k+GETARG_Bx(i))
H A Dlcode.c806 lua_assert(getBMode(o) != OpArgN || b == 0); in luaK_codeABC()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h276 #define getBMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 4) & 3)) macro
H A Dlvm.c552 #define RB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgR, base+GETARG_B(i))
554 #define RKB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgK, \
H A Dlcode.c227 lua_assert(getBMode(o) != OpArgN || b == 0); in luaK_codeABC()