Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h201 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
Dluac.c343 case OP_LT: in PrintCode()
Dlvm.c435 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp()
678 vmcase(OP_LT, in luaV_execute()
Dldebug.c473 case OP_LT: tm = TM_LT; break; in getfuncname()