HomeSort by relevance Sort by last modified time
    Searched refs:GET_OPCODE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 42 if (GET_OPCODE(*previous) == OP_LOADNIL) {
111 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1))))
125 if (GET_OPCODE(i) != OP_TESTSET) return 1;
133 if (GET_OPCODE(*i) != OP_TESTSET)
183 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP &&
600 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET &&
601 GET_OPCODE(*pc) != OP_TEST);
609 if (GET_OPCODE(ie) == OP_NOT) {
832 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT)
    [all...]
lvm.c 427 OpCode op = GET_OPCODE(inst);
443 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_JMP);
463 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_TFORLOOP);
491 #define RB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgR, base+GETARG_B(i))
492 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
493 #define RKB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgK, \
495 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
556 vmdispatch (GET_OPCODE(i)) {
566 lua_assert(GET_OPCODE(*ci->u.l.savedpc) == OP_EXTRAARG);
763 lua_assert(GET_OPCODE(*((ci)->u.l.savedpc - 1)) == OP_CALL)
    [all...]
ldebug.c 338 OpCode op = GET_OPCODE(i);
388 OpCode op = GET_OPCODE(i);
437 switch (GET_OPCODE(i)) {
lopcodes.h 89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
luac.c 284 OpCode o=GET_OPCODE(i);
ldo.c 248 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) {

Completed in 358 milliseconds