Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h162 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ macro
Dlcode.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()