Lines Matching refs:TMP3

560 #define TMP3          SLJIT_R2  macro
563 #define TMP3 SLJIT_R3 macro
2663 status.saved_tmp_regs[2] = TMP3; in copy_recurse_data()
2667 status.tmp_regs[2] = TMP3; in copy_recurse_data()
3150 OP1(SLJIT_MOV, TMP3, 0, TMP1, 0); in allocate_stack()
3242 if (sljit_get_register_index(TMP3) >= 0 && !sljit_has_cpu_feature(SLJIT_HAS_ZERO_REGISTER)) in reset_early_fail()
3244 OP1(SLJIT_MOV, TMP3, 0, SLJIT_IMM, 0); in reset_early_fail()
3245 src = TMP3; in reset_early_fail()
5242 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in mainloop_entry()
5270 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in mainloop_entry()
5934 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_first_char2()
5951 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_first_char2()
5998 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_first_char2()
6137 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_first_n_chars()
6217 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_first_n_chars()
6254 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_newline()
6327 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_newline()
6411 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_newline()
6461 OP2(SLJIT_SHL, TMP3, 0, SLJIT_IMM, 1, TMP2, 0); in fast_forward_start_bits()
6462 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP1, 0, TMP3, 0); in fast_forward_start_bits()
6588 OP1(SLJIT_MOV, TMP3, 0, SLJIT_MEM1(STACK_TOP), -(3 * sizeof(sljit_sw))); in do_revertframes()
6592 OP1(SLJIT_MOV, SLJIT_MEM1(TMP2), sizeof(sljit_sw), TMP3, 0); in do_revertframes()
6611 OP1(SLJIT_MOV, TMP3, 0, SLJIT_MEM1(STACK_TOP), -(2 * sizeof(sljit_sw))); in do_revertframes()
6613 OP1(SLJIT_MOV, SLJIT_MEM1(TMP2), 0, TMP3, 0); in do_revertframes()
6638 OP1(SLJIT_MOV, TMP3, 0, SLJIT_IMM, 0); in check_wordboundary()
6683 OP1(SLJIT_MOV, TMP3, 0, TMP2, 0); in check_wordboundary()
6698 OP2(SLJIT_AND, TMP3, 0, TMP1, 0, SLJIT_IMM, 1); in check_wordboundary()
6756 OP2(SLJIT_XOR | SLJIT_SET_Z, TMP2, 0, TMP2, 0, TMP3, 0); in check_wordboundary()
6773 OP1(SLJIT_MOV, TMP2, 0, TMP3, 0); in check_wordboundary()
7149 char1_reg = TMP3; in do_casefulcmp()
7158 OP1(SLJIT_MOV, TMP3, 0, char1_reg, 0); in do_casefulcmp()
7207 OP1(SLJIT_MOV, char1_reg, 0, TMP3, 0); in do_casefulcmp()
7232 lcc_table = TMP3; in do_caselesscmp()
7247 OP1(SLJIT_MOV, TMP3, 0, char2_reg, 0); in do_caselesscmp()
7304 OP1(SLJIT_MOV, char2_reg, 0, TMP3, 0); in do_caselesscmp()
8345 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in compile_simple_assertion_matchingpath()
8351 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in compile_simple_assertion_matchingpath()
8422 peek_char(common, common->nlmax, TMP3, 0, NULL); in compile_simple_assertion_matchingpath()
8499 OP1(SLJIT_MOV, TMP3, 0, SLJIT_IMM, length); in compile_simple_assertion_matchingpath()
8503 OP2(SLJIT_SUB | SLJIT_SET_Z, TMP3, 0, TMP3, 0, SLJIT_IMM, 1); in compile_simple_assertion_matchingpath()
9314 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in compile_ref_matchingpath()
9320 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in compile_ref_matchingpath()
9328 OP1(SLJIT_MOV, TMP3, 0, TMP1, 0); in compile_ref_matchingpath()
9340 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in compile_ref_matchingpath()
10743 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in compile_bracket_matchingpath()
10754 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in compile_bracket_matchingpath()
11482 tmp_base = TMP3; 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()
11770 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in compile_iterator_matchingpath()
11771 OP1(SLJIT_MOV, base, offset0, TMP3, 0); in compile_iterator_matchingpath()
11851 if (!HAS_VIRTUAL_REGISTERS && tmp_base == TMP3) in compile_iterator_matchingpath()
11852 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, TMP3, 0); in compile_iterator_matchingpath()
13721 SLJIT_ASSERT(sljit_get_register_index(TMP3) < 0 && sljit_get_register_index(ARGUMENTS) < 0 && sljit… in jit_compile()
13723 SLJIT_ASSERT(sljit_get_register_index(TMP3) >= 0 && sljit_get_register_index(ARGUMENTS) >= 0 && slj… in jit_compile()
14103 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in jit_compile()
14106 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in jit_compile()