Searched refs:OP_ADDK (Results 1 – 4 of 4) sorted by relevance
229 OP_ADDK,/* A B C R[A] := R[B] + K[C]:number */ enumerator
440 case OP_ADDK: in PrintCode()
1459 OpCode op = binopr2op(opr, OPR_ADD, OP_ADDK); in codebinK()
1404 vmcase(OP_ADDK) { in luaV_execute()