Lines Matching refs:TMP1

216 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1);  in fast_forward_char_simd()
245 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit)); in fast_forward_char_simd()
258 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2)); in fast_forward_char_simd()
300 OP2(SLJIT_LSHR, TMP1, 0, TMP1, 0, TMP2, 0); in fast_forward_char_simd()
302 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
326 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd()
336 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
353 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offset)); in fast_forward_char_simd()
355 quit = jump_if_utf_char_start(compiler, TMP1); in fast_forward_char_simd()
377 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1); in fast_requested_char_simd()
398 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
399 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0); in fast_requested_char_simd()
404 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit)); in fast_requested_char_simd()
417 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2)); in fast_requested_char_simd()
456 OP2(SLJIT_LSHR, TMP1, 0, TMP1, 0, TMP2, 0); in fast_requested_char_simd()
458 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd()
480 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd()
490 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, STR_PTR, 0); in fast_requested_char_simd()
491 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
511 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1); in fast_forward_char_pair_simd()
536 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr); in fast_forward_char_pair_simd()
538 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(offs1 + 1)); in fast_forward_char_pair_simd()
540 OP2U(SLJIT_SUB | SLJIT_SET_LESS, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd()
541 CMOV(SLJIT_LESS, STR_END, TMP1, 0); in fast_forward_char_pair_simd()
553 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1a)); in fast_forward_char_pair_simd()
560 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1a | bit1)); in fast_forward_char_pair_simd()
567 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1a)); in fast_forward_char_pair_simd()
582 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char2a)); in fast_forward_char_pair_simd()
589 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char2a | bit2)); in fast_forward_char_pair_simd()
596 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char2a)); in fast_forward_char_pair_simd()
638 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd()
644 jump[0] = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_PTR, 0); in fast_forward_char_pair_simd()
692 OP2(SLJIT_LSHR, TMP1, 0, TMP1, 0, TMP2, 0); in fast_forward_char_pair_simd()
694 jump[0] = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()
727 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
737 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_pair_simd()
744 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offs1)); in fast_forward_char_pair_simd()
746 jump[0] = jump_if_utf_char_start(compiler, TMP1); in fast_forward_char_pair_simd()
1259 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1); in fast_forward_char_simd()
1312 replicate_imm_vector(compiler, i, cmp1_ind, char1 | bit, TMP1); in fast_forward_char_simd()
1315 replicate_imm_vector(compiler, i, cmp2_ind, bit != 0 ? bit : char2, TMP1); in fast_forward_char_simd()
1365 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
1413 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
1432 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offset)); in fast_forward_char_simd()
1434 quit = jump_if_utf_char_start(compiler, TMP1); in fast_forward_char_simd()
1457 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1); in fast_requested_char_simd()
1479 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1483 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, 16); in fast_requested_char_simd()
1555 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd()
1556 quit = CMP(SLJIT_LESS, TMP1, 0, TMP2, 0); in fast_requested_char_simd()
1558 OP2(SLJIT_SUB, TMP1, 0, TMP2, 0, SLJIT_IMM, 16); in fast_requested_char_simd()
1563 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, 16); in fast_requested_char_simd()
1565 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1601 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd()
1604 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1627 sljit_s32 tmp1_reg_ind = sljit_get_register_index(TMP1); in fast_forward_char_pair_simd()
1672 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->match_end_ptr); in fast_forward_char_pair_simd()
1674 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(offs1 + 1)); in fast_forward_char_pair_simd()
1676 OP2U(SLJIT_SUB | SLJIT_SET_LESS, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd()
1677 CMOV(SLJIT_LESS, STR_END, TMP1, 0); in fast_forward_char_pair_simd()
1686 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, -diff); in fast_forward_char_pair_simd()
1722 replicate_imm_vector(compiler, i, cmp1a_ind, char1a | bit1, TMP1); in fast_forward_char_pair_simd()
1725 replicate_imm_vector(compiler, i, cmp1b_ind, bit1 != 0 ? bit1 : char1b, TMP1); in fast_forward_char_pair_simd()
1727 replicate_imm_vector(compiler, i, cmp2a_ind, char2a | bit2, TMP1); in fast_forward_char_pair_simd()
1730 replicate_imm_vector(compiler, i, cmp2b_ind, bit2 != 0 ? bit2 : char2b, TMP1); in fast_forward_char_pair_simd()
1733 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, -diff); in fast_forward_char_pair_simd()
1747 jump[0] = CMP(SLJIT_LESS, TMP1, 0, TMP2, 0); in fast_forward_char_pair_simd()
1781 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_pair_simd()
1785 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd()
1834 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offs1)); in fast_forward_char_pair_simd()
1836 quit = jump_if_utf_char_start(compiler, TMP1); in fast_forward_char_pair_simd()
1843 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, -diff); in fast_forward_char_pair_simd()