Searched refs:OP_LOADTRUE (Results 1 – 4 of 4) sorted by relevance
207 OP_LOADTRUE,/* A R[A] := true */ enumerator
381 case OP_LOADTRUE: in PrintCode()
824 luaK_codeABC(fs, OP_LOADTRUE, reg, 0, 0); in discharge2reg()911 p_t = code_loadbool(fs, reg, OP_LOADTRUE); in exp2reg()
1192 vmcase(OP_LOADTRUE) { in luaV_execute()