Home
last modified time | relevance | path

Searched refs:OPR_ADD (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.h27 OPR_ADD, OPR_SUB, OPR_MUL, OPR_DIV, OPR_MOD, OPR_POW, enumerator
Dlcode.c800 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_infix()
844 case OPR_ADD: case OPR_SUB: case OPR_MUL: case OPR_DIV: in luaK_posfix()
846 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()
Dlparser.c999 case '+': return OPR_ADD; in getbinopr()