Home
last modified time | relevance | path

Searched refs:OP_ADD (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h187 OP_ADD,/* A B C R(A) := RK(B) + RK(C) */ enumerator
Dluac.c337 case OP_ADD: in PrintCode()
Dlcode.c718 r = luaO_arith(op - OP_ADD + LUA_OPADD, e1->u.nval, e2->u.nval); in constfolding()
846 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()
Dlvm.c429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
617 vmcase(OP_ADD, in luaV_execute()
Dldebug.c465 case OP_ADD: tm = TM_ADD; break; in getfuncname()