Searched refs:use_tmp (Results 1 – 1 of 1) sorted by relevance
11457 BOOL use_tmp; in compile_iterator_matchingpath() local11737 use_tmp = (!HAS_VIRTUAL_REGISTERS && opcode == OP_STAR); in compile_iterator_matchingpath()11738 SLJIT_ASSERT(!use_tmp || tmp_base == TMP3); in compile_iterator_matchingpath()11741 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()11751 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()11768 if (use_tmp) in compile_iterator_matchingpath()
Completed in 32 milliseconds