Home
last modified time | relevance | path

Searched refs:lane1 (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc7345 uint8_t lane1 = 2 - (3 * i);
7347 MemoryWrite(middle, 0, (i * reg_count) + 1, lane1);
7355 uint16_t lane1 = -3 + (5 * i);
7357 MemoryWrite(middle, offset, (i * reg_count) + 1, lane1);
7365 uint32_t lane1 = 4 - (7 * i);
7367 MemoryWrite(middle, offset, (i * reg_count) + 1, lane1);
7375 uint64_t lane1 = -8 + (3 * i);
7377 MemoryWrite(middle, offset, (i * reg_count) + 1, lane1);
7516 uint8_t lane1 = -5 + (11 * i);
7518 MemoryWrite(middle, 0, (i * reg_count) + 1, lane1);
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2684 bi_index lane1, lane2; in bi_emit_alu() local
2690 lane1 = bi_lshift_and_i32(b, in bi_emit_alu()
2695 lane2 = bi_iadd_u32(b, lane1, in bi_emit_alu()
2701 lane1 = bi_imm_u32(0); in bi_emit_alu()
2711 left = bi_clper_old_i32(b, s0, lane1); in bi_emit_alu()
2714 left = bi_clper_i32(b, s0, lane1, in bi_emit_alu()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h532 unsigned lane1, unsigned lane2, unsigned lane3);
H A Dac_llvm_build.c3269 static inline enum dpp_ctrl dpp_quad_perm(unsigned lane0, unsigned lane1, unsigned lane2, in dpp_quad_perm() argument
3272 assert(lane0 < 4 && lane1 < 4 && lane2 < 4 && lane3 < 4); in dpp_quad_perm()
3273 return _dpp_quad_perm | lane0 | (lane1 << 2) | (lane2 << 4) | (lane3 << 6); in dpp_quad_perm()
4163 unsigned lane1, unsigned lane2, unsigned lane3) in ac_build_quad_swizzle()
4165 unsigned mask = dpp_quad_perm(lane0, lane1, lane2, lane3); in ac_build_quad_swizzle()
4162 ac_build_quad_swizzle(struct ac_llvm_context *ctx, LLVMValueRef src, unsigned lane0, unsigned lane1, unsigned lane2, unsigned lane3) ac_build_quad_swizzle() argument
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp18424 simdutf_really_inline __m512i expand_and_identify(__m512i lane0, __m512i lane1, int &count) {
18425 const __m512i merged = _mm512_mask_mov_epi32(lane0, 0x1000, lane1);
18648 const __m512i lane1 = broadcast_epi128<1>(utf8);
18650 __m512i vec0 = expand_and_identify(lane0, lane1, valid_count0);
18653 __m512i vec1 = expand_and_identify(lane1, lane2, valid_count1);
18697 const __m512i lane1 = broadcast_epi128<1>(utf8);
18699 __m512i vec0 = expand_and_identify(lane0, lane1, valid_count0);
18702 __m512i vec1 = expand_and_identify(lane1, lane2, valid_count1);
18944 const __m512i lane1 = broadcast_epi128<1>(utf8);
18946 __m512i vec0 = expand_and_identify(lane0, lane1, valid_count
[all...]

Completed in 51 milliseconds