Searched refs:CREATE_ABx (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luac.c | 139 f->code[pc++]=CREATE_ABx(OP_CLOSURE,0,i); in combine()
|
| H A D | lopcodes.h | 109 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
|
| H A D | lcode.c | 815 return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline); in luaK_codeABx()
|
| /f-stack/freebsd/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 | 238 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx()
|