Searched refs:j2 (Results 1 – 2 of 2) sorted by relevance
300 sljit_s32 s, j1, j2; in set_jump_instruction() local347 j2 = (~(diff >> 21) ^ s) & 0x1; in set_jump_instruction()349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
109833 int j2 = sqlite3VdbeGoto(v, 1);109836 sqlite3VdbeAddOp4Int(v, OP_SorterCompare, iSorter, j2, regRecord,109839 sqlite3VdbeJumpHere(v, j2);
Completed in 424 milliseconds