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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 125 if (GET_OPCODE(i) != OP_TESTSET) return 1;
133 if (GET_OPCODE(*i) != OP_TESTSET)
600 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET &&
617 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond);
lopcodes.h 205 OP_TESTSET,/* A B C if (R(B) <=> C) then R(A) := R(B) else pc++ */
lvm.c 700 vmcase(OP_TESTSET,

Completed in 545 milliseconds