Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h188 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */ enumerator
Dluac.c338 case OP_SUB: in PrintCode()
Dlvm.c429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
620 vmcase(OP_SUB, in luaV_execute()
Dldebug.c466 case OP_SUB: tm = TM_SUB; break; in getfuncname()