Home
last modified time | relevance | path

Searched refs:offset_vector (Results 1 – 16 of 16) sorted by relevance

/external/ruy/ruy/
Dkernel_avx2_fma.cc373 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);
Dkernel_avx512.cc347 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);
Dkernel_avx.cc753 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/
Dcodegen.h82 unsigned offset_vector : 4; member
Ddisasm.c138 if (varying->imm.offset_vector != 15) { in print_varying_source()
139 unsigned reg = (varying->imm.offset_vector << 2) + in print_varying_source()
Dcodegen.c71 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/
Dpcre2.h522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
Dpcre2.h.in522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
Dpcre2.h.generic522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
Dpcre2test.c6244 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()
Dpcre2_dfa_match.c368 cb->offset_vector = offsets; in do_callout()
Dpcre2grep.c2238 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout()
Dpcre2_match.c298 cb->offset_vector = callout_ovector; in do_callout()
Dpcre2_jit_compile.c9715 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/
DNEWS232 offset_vector field in the callout block is no longer a pointer to the
/external/pcre/doc/
Dpcre2.txt4664 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