Searched refs:OpCode (Results 1 – 6 of 6) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lcode.h | 45 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 46 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
|
| H A D | lopcodes.h | 80 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 208 } OpCode; typedef
|
| H A D | lcode.c | 74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump() 627 static int constfolding (OpCode op, expdesc *e1, expdesc *e2) { in constfolding() 653 static void codearith (FuncState *fs, OpCode op, expdesc *e1, expdesc *e2) { in codearith() 673 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, in codecomp() 804 int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) { in luaK_codeABC() 812 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx()
|
| H A D | print.c | 81 OpCode o=GET_OPCODE(i); in PrintCode()
|
| H A D | ldebug.c | 324 OpCode op = GET_OPCODE(i); in symbexec() 456 OpCode op1 = GET_OPCODE(pt->code[pc + j]); in symbexec()
|
| H A D | lparser.c | 322 OpCode o = (func->upvalues[i].k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in pushclosure()
|