Home
last modified time | relevance | path

Searched refs:VLD (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h1867 #define VLD 0x2c000000 macro
1978 push_inst(compiler, VLD | VD(data_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(0)); in fast_forward_char_simd()
2004 push_inst(compiler, VLD | VD(data_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(0)); in fast_forward_char_simd()
2103 push_inst(compiler, VLD | VD(data_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(0)); in fast_requested_char_simd()
2127 push_inst(compiler, VLD | VD(data_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(0)); in fast_requested_char_simd()
2263 push_inst(compiler, VLD | VD(data1_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(0)); in fast_forward_char_pair_simd()
2268 push_inst(compiler, VLD | VD(data2_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(-(sljit_s8)diff)); in fast_forward_char_pair_simd()
2305 push_inst(compiler, VLD | VD(data1_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(0)); in fast_forward_char_pair_simd()
2306 push_inst(compiler, VLD | VD(data2_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(-(sljit_s8)diff)); in fast_forward_char_pair_simd()
/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c332 #define VLD OPC_2RI12(0xb0) macro
3199 ins = (type & SLJIT_SIMD_STORE) ? VST : VLD; in sljit_emit_simd_mov()
3468 ins = (type & SLJIT_SIMD_STORE) ? VST : VLD; in sljit_emit_simd_extend()

Completed in 20 milliseconds