OpCode 74 lib/lua/lcode.c static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { OpCode 627 lib/lua/lcode.c static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { OpCode 653 lib/lua/lcode.c static void codearith (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2) { OpCode 673 lib/lua/lcode.c static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, OpCode 804 lib/lua/lcode.c LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) { OpCode 812 lib/lua/lcode.c LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { OpCode 45 lib/lua/lcode.h LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); OpCode 46 lib/lua/lcode.h LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); OpCode 324 lib/lua/ldebug.c OpCode op = GET_OPCODE(i); OpCode 456 lib/lua/ldebug.c OpCode op1 = GET_OPCODE(pt->code[pc + j]); OpCode 80 lib/lua/lopcodes.h #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) OpCode 322 lib/lua/lparser.c OpCode o = (func->upvalues[i].k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; OpCode 81 lib/lua/print.c OpCode o=GET_OPCODE(i);