Searched refs:OpCode (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lcode.c | 207 OpCode op; in luaK_ret() 1386 static void codebini (FuncState *fs, OpCode op, in codebini() 1431 OpCode op = cast(OpCode, opr + OP_ADDK); in codearith() 1435 OpCode op = cast(OpCode, opr + OP_ADD); in codearith() 1470 OpCode op; in codebitwise() 1476 op = cast(OpCode, opr + OP_ADD); in codebitwise() 1481 op = cast(OpCode, opr + OP_ADDK); in codebitwise() 1500 op = cast(OpCode, (op - OP_LT) + OP_LTI); in codeorder() 1526 OpCode op; in codeeq() 1706 OpCode op = cast(OpCode, (opr - OPR_EQ) + OP_EQ); in luaK_posfix() [all …]
|
A D | lcode.h | 63 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 64 LUAI_FUNC int luaK_codeAsBx (FuncState *fs, OpCode o, int A, int Bx); 65 LUAI_FUNC int luaK_codeABCk (FuncState *fs, OpCode o, int A,
|
A D | lopcodes.h | 114 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0))) 309 } OpCode; typedef
|
A D | ldebug.c | 472 OpCode op = GET_OPCODE(i); in findsetreg() 535 OpCode op = GET_OPCODE(i); in getobjname()
|
A D | luac.c | 342 OpCode o=GET_OPCODE(i); in PrintCode()
|
A D | lparser.c | 1534 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody() 1535 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody()
|
A D | lvm.c | 812 OpCode op = GET_OPCODE(inst); in luaV_finishOp()
|
Completed in 19 milliseconds