Home
last modified time | relevance | path

Searched refs:TM_SHL (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dltm.h35 TM_SHL, enumerator
Dltm.c153 case TM_SHL: case TM_SHR: case TM_BNOT: { in luaT_trybinTM()
Dlcode.c1685 codebini(fs, OP_SHLI, e1, e2, 1, line, TM_SHL); /* I << r2 */ in luaK_posfix()
1687 else if (finishbinexpneg(fs, e1, e2, OP_SHRI, line, TM_SHL)) { in luaK_posfix()