Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlopcodes.h122 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
HDlcode.c242 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx()
/freebsd-13-stable/contrib/lua/src/
HDlopcodes.h162 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
HDlcode.c419 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()