Searched refs:TMP3 (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 400 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in fast_requested_char_simd() 493 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in fast_requested_char_simd() 537 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_char_pair_simd() 760 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_char_pair_simd() 871 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), LOCALS1, TMP3, 0); in fast_forward_char_simd() 938 OP1(SLJIT_MOV, TMP3, 0, SLJIT_MEM1(SLJIT_SP), LOCALS1); in fast_forward_char_simd() 1458 sljit_s32 tmp3_reg_ind = sljit_get_register_index(TMP3); in fast_requested_char_simd() 1555 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd() 1601 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd() 1673 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_char_pair_simd() [all …]
|
H A D | pcre2_jit_compile.c | 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() 3245 src = TMP3; in reset_early_fail() 6683 OP1(SLJIT_MOV, TMP3, 0, TMP2, 0); in check_wordboundary() 7149 char1_reg = TMP3; in do_casefulcmp() 7232 lcc_table = TMP3; in do_caselesscmp() 8503 OP2(SLJIT_SUB | SLJIT_SET_Z, TMP3, 0, TMP3, 0, SLJIT_IMM, 1); in compile_simple_assertion_matchingpath() [all …]
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 74 |.define TMP3, x17 // TODO: remember about hard-coded: mrs TMP3, tpidr_el0 501 | and TMP3, TMP3, #0xfffffffffffffff8 507 | ldr TMP3, [TMP3, #0] 508 | MEM_ACCESS_64_WITH_UOFFSET_64 ldr, TMP3, TMP3, tsrm_tls_index, TMP1 519 | LOAD_TSRM_CACHE TMP3 550 | LOAD_TSRM_CACHE TMP3 559 | LOAD_TSRM_CACHE TMP3 568 | LOAD_TSRM_CACHE TMP3 593 | LOAD_TSRM_CACHE TMP3 602 | LOAD_TSRM_CACHE TMP3 [all …]
|
Completed in 60 milliseconds