Searched refs:CREATE_ABx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lopcodes.h | 122 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
|
| HD | lcode.c | 242 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lopcodes.h | 162 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
|
| HD | lcode.c | 419 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 430 return luaK_code(fs, CREATE_ABx(o, a, b)); in luaK_codeAsBx()
|