Searched refs:offset_vector (Results 1 – 16 of 16) sorted by relevance
/external/ruy/ruy/ |
D | kernel_avx2_fma.cc | 373 const __m256i offset_vector = _mm256_add_epi64( 493 scaled_v_low = _mm256_add_epi64(scaled_v_low, offset_vector); 494 scaled_v_high = _mm256_add_epi64(scaled_v_high, offset_vector); 886 const __m256i offset_vector = _mm256_add_epi64( 907 scaled_v_low = _mm256_add_epi64(scaled_v_low, offset_vector); 908 scaled_v_high = _mm256_add_epi64(scaled_v_high, offset_vector);
|
D | kernel_avx512.cc | 347 const __m512i offset_vector = 387 _mm512_permutexvar_epi64(perm_64bit_vals, offset_vector); 444 scaled_v_low = _mm512_add_epi64(scaled_v_low, offset_vector); 445 scaled_v_high = _mm512_add_epi64(scaled_v_high, offset_vector); 757 const __m512i offset_vector = _mm512_slli_epi64(_mm512_set1_epi64(1), 30); 797 scaled_v_low = _mm512_add_epi64(scaled_v_low, offset_vector); 798 scaled_v_high = _mm512_add_epi64(scaled_v_high, offset_vector);
|
D | kernel_avx.cc | 753 const __m256i offset_vector = intrin_utils::mm256_add_epi64<path>( 881 offset_vector); 883 scaled_v_high, offset_vector); 1338 const __m256i offset_vector = intrin_utils::mm256_add_epi64<path>( 1361 offset_vector); 1363 offset_vector);
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.h | 82 unsigned offset_vector : 4; member
|
D | disasm.c | 138 if (varying->imm.offset_vector != 15) { in print_varying_source() 139 unsigned reg = (varying->imm.offset_vector << 2) + in print_varying_source()
|
D | codegen.c | 71 f->imm.offset_vector = index >> 2; in ppir_codegen_encode_varying() 74 f->imm.offset_vector = 0xf; in ppir_codegen_encode_varying()
|
/external/pcre/src/ |
D | pcre2.h | 522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
|
D | pcre2.h.in | 522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
|
D | pcre2.h.generic | 522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
|
D | pcre2test.c | 6244 if (cb->offset_vector[i] == PCRE2_UNSET) in callout_function() 6248 PCHARSV(cb->subject, cb->offset_vector[i], in callout_function() 6249 cb->offset_vector[i+1] - cb->offset_vector[i], utf, f); in callout_function()
|
D | pcre2_dfa_match.c | 368 cb->offset_vector = offsets; in do_callout()
|
D | pcre2grep.c | 2238 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout()
|
D | pcre2_match.c | 298 cb->offset_vector = callout_ovector; in do_callout()
|
D | pcre2_jit_compile.c | 9715 callout_block->current_position = (PCRE2_SPTR)callout_block->offset_vector - begin; in do_callout() 9720 callout_block->offset_vector = ovector; in do_callout() 9776 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(offset_vector), STR_PTR, 0); in compile_callout_matchingpath()
|
/external/pcre/ |
D | NEWS | 232 offset_vector field in the callout block is no longer a pointer to the
|
/external/pcre/doc/ |
D | pcre2.txt | 4664 PCRE2_SIZE *offset_vector; 4714 The offset_vector field is a pointer to a vector of capturing offsets 4718 For calls to pcre2_match(), the offset_vector field is not (since re- 4742 For DFA matching, the offset_vector field points to the ovector that
|