Searched refs:CREATE_ABC (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luac.c | 140 f->code[pc++]=CREATE_ABC(OP_CALL,0,1,1); in combine() 142 f->code[pc++]=CREATE_ABC(OP_RETURN,0,1,0); in combine()
|
| H A D | lopcodes.h | 104 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \ macro
|
| H A D | lcode.c | 138 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg() 808 return luaK_code(fs, CREATE_ABC(o, a, b, c), fs->ls->lastline); in luaK_codeABC()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 117 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \ macro
|
| H A D | lcode.c | 136 *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); in patchtestreg() 230 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC()
|