Searched refs:TM_SHL (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | ltm.h | 35 TM_SHL, enumerator
|
D | ltm.c | 153 case TM_SHL: case TM_SHR: case TM_BNOT: { in luaT_trybinTM()
|
D | lcode.c | 1685 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()
|