Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h186 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
H A Dprint.c129 case OP_LT: in PrintCode()
H A Dlcode.c775 case OPR_LT: codecomp(fs, OP_LT, 1, e1, e2); break; in luaK_posfix()
777 case OPR_GT: codecomp(fs, OP_LT, 0, e1, e2); break; in luaK_posfix()
H A Dlvm.c555 case OP_LT: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h202 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
H A Dldebug.c487 case OP_LT: tm = TM_LT; break; in getfuncname()
H A Dlvm.c496 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp()
742 vmcase(OP_LT, in luaV_execute()