Searched refs:OP_EQ (Results 1 – 5 of 5) sorted by relevance
271 OP_EQ,/* A B k if ((R[A] == R[B]) ~= k) then pc++ */ enumerator
1541 op = OP_EQ; /* will compare two registers */ in codeeq()1706 OpCode op = cast(OpCode, (opr - OPR_EQ) + OP_EQ); in luaK_posfix()1712 OpCode op = cast(OpCode, (opr - OPR_NE) + OP_EQ); in luaK_posfix()
562 case OP_EQ: in PrintCode()
627 case OP_EQ: tm = TM_EQ; break; in funcnamefromcode()
827 case OP_EQ: { /* note that 'OP_EQI'/'OP_EQK' cannot yield */ in luaV_finishOp()1551 vmcase(OP_EQ) { in luaV_execute()
Completed in 14 milliseconds