Searched refs:luaK_code (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lcode.c | 212 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 232 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 240 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 246 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|