Searched refs:OP_LE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 187 OP_LE,/* A B C if ((RK(B) <= RK(C)) ~= A) then pc++ */ enumerator
|
| H A D | print.c | 130 case OP_LE: in PrintCode()
|
| H A D | lcode.c | 776 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 D | lvm.c | 563 case OP_LE: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 203 OP_LE,/* A B C if ((RK(B) <= RK(C)) ~= A) then pc++ */ enumerator
|
| H A D | lvm.c | 496 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 D | ldebug.c | 488 case OP_LE: tm = TM_LE; break; in getfuncname()
|