Home
last modified time | relevance | path

Searched refs:vld1q_u8_x4 (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/simd/arm/aarch64/
Djchuff-neon.c72 vld1q_u8_x4(jsimd_huff_encode_one_block_consts + 0 * DCTSIZE); in jsimd_huff_encode_one_block_neon()
74 vld1q_u8_x4(jsimd_huff_encode_one_block_consts + 8 * DCTSIZE); in jsimd_huff_encode_one_block_neon()
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc166 table[0] = vld1q_u8_x4(data->table + 16 * 4 * 0); in EvalUsingLookupTable()
167 table[1] = vld1q_u8_x4(data->table + 16 * 4 * 1); in EvalUsingLookupTable()
168 table[2] = vld1q_u8_x4(data->table + 16 * 4 * 2); in EvalUsingLookupTable()
169 table[3] = vld1q_u8_x4(data->table + 16 * 4 * 3); in EvalUsingLookupTable()
/external/llvm-project/clang/test/CodeGen/
Darm-neon-vld.c1410 return vld1q_u8_x4(a); in test_vld1q_u8_x4()
/external/pffft/
Dsse2neon.h301 FORCE_INLINE uint8x16x4_t vld1q_u8_x4(const uint8_t *p) in vld1q_u8_x4() function
5653 v = vqtbl4q_u8(vld1q_u8_x4(SSE2NEON_sbox), w); in _mm_aesenc_si128()
5654 v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0x40), w - 0x40); in _mm_aesenc_si128()
5655 v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0x80), w - 0x80); in _mm_aesenc_si128()
5656 v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0xc0), w - 0xc0); in _mm_aesenc_si128()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3935 table1[0] = vld1q_u8_x4(params.uint8_table1 + 16 * 4 * 0); in SoftmaxInt8LUT()
3936 table1[1] = vld1q_u8_x4(params.uint8_table1 + 16 * 4 * 1); in SoftmaxInt8LUT()
3937 table1[2] = vld1q_u8_x4(params.uint8_table1 + 16 * 4 * 2); in SoftmaxInt8LUT()
3938 table1[3] = vld1q_u8_x4(params.uint8_table1 + 16 * 4 * 3); in SoftmaxInt8LUT()
3941 table2[0] = vld1q_u8_x4(params.uint8_table2 + 16 * 4 * 0); in SoftmaxInt8LUT()
3942 table2[1] = vld1q_u8_x4(params.uint8_table2 + 16 * 4 * 1); in SoftmaxInt8LUT()
3943 table2[2] = vld1q_u8_x4(params.uint8_table2 + 16 * 4 * 2); in SoftmaxInt8LUT()
3944 table2[3] = vld1q_u8_x4(params.uint8_table2 + 16 * 4 * 3); in SoftmaxInt8LUT()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c14982 return vld1q_u8_x4(a); in test_vld1q_u8_x4()