Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h281 OP_GEI,/* A sB k if ((R[A] >= sB) ~= k) then pc++ */ enumerator
H A Dluac.c586 case OP_GEI: in PrintCode()
H A Dldebug.c625 case OP_LE: case OP_LEI: case OP_GEI: tm = TM_LE; break; in funcnamefromcode()
H A Dlvm.c831 case OP_GTI: case OP_GEI: in luaV_finishOp()
1658 vmcase(OP_GEI) { in luaV_execute()