Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h187 OP_LE,/* A B C if ((RK(B) <= RK(C)) ~= A) then pc++ */ enumerator
H A Dprint.c130 case OP_LE: in PrintCode()
H A Dlcode.c776 case OPR_LE: codecomp(fs, OP_LE, 1, e1, e2); break; in luaK_posfix()
778 case OPR_GE: codecomp(fs, OP_LE, 0, e1, e2); break; in luaK_posfix()
H A Dlvm.c563 case OP_LE: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h203 OP_LE,/* A B C if ((RK(B) <= RK(C)) ~= A) then pc++ */ enumerator
H A Dlvm.c496 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp()
501 if (op == OP_LE && /* "<=" using "<" instead? */ in luaV_finishOp()
750 vmcase(OP_LE, in luaV_execute()
H A Dldebug.c488 case OP_LE: tm = TM_LE; break; in getfuncname()