Searched refs:OP_LT (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 186 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
|
| H A D | print.c | 129 case OP_LT: in PrintCode()
|
| H A D | lcode.c | 775 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 D | lvm.c | 555 case OP_LT: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 202 OP_LT,/* A B C if ((RK(B) < RK(C)) ~= A) then pc++ */ enumerator
|
| H A D | ldebug.c | 487 case OP_LT: tm = TM_LT; break; in getfuncname()
|
| H A D | lvm.c | 496 case OP_LE: case OP_LT: case OP_EQ: { in luaV_finishOp() 742 vmcase(OP_LT, in luaV_execute()
|