Home
last modified time | relevance | path

Searched refs:CREATE_ABx (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluac.c139 f->code[pc++]=CREATE_ABx(OP_CLOSURE,0,i); in combine()
H A Dlopcodes.h109 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
H A Dlcode.c815 return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline); in luaK_codeABx()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h122 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
H A Dlcode.c238 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx()