Home
last modified time | relevance | path

Searched refs:OP_ADDK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlopcodes.h229 OP_ADDK,/* A B C R[A] := R[B] + K[C]:number */ enumerator
H A Dluac.c440 case OP_ADDK: in PrintCode()
H A Dlcode.c1459 OpCode op = binopr2op(opr, OPR_ADD, OP_ADDK); in codebinK()
H A Dlvm.c1404 vmcase(OP_ADDK) { in luaV_execute()