Searched refs:CREATE_ABx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 122 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
|
| H A D | lcode.c | 242 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 162 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
|
| H A D | lcode.c | 412 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 423 return luaK_code(fs, CREATE_ABx(o, a, b)); in codeAsBx()
|