Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h190 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
Dluac.c340 case OP_DIV: in PrintCode()
Dlvm.c429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
626 vmcase(OP_DIV, in luaV_execute()
Dldebug.c468 case OP_DIV: tm = TM_DIV; break; in getfuncname()
Dlcode.c716 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()