Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-opt64.c313 UINT64 lane1[1]; in KeccakP1600_ExtractBytesInLane() local
314 lane1[0] = lane; in KeccakP1600_ExtractBytesInLane()
315 memcpy(data, (UINT8*)lane1+offset, length); in KeccakP1600_ExtractBytesInLane()
390 UINT64 lane1[1]; in KeccakP1600_ExtractAndAddBytesInLane() local
391 lane1[0] = lane; in KeccakP1600_ExtractAndAddBytesInLane()
393 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
/third_party/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc7346 uint8_t lane1 = 2 - (3 * i); in TEST_SVE() local
7348 MemoryWrite(middle, 0, (i * reg_count) + 1, lane1); in TEST_SVE()
7356 uint16_t lane1 = -3 + (5 * i); in TEST_SVE() local
7358 MemoryWrite(middle, offset, (i * reg_count) + 1, lane1); in TEST_SVE()
7366 uint32_t lane1 = 4 - (7 * i); in TEST_SVE() local
7368 MemoryWrite(middle, offset, (i * reg_count) + 1, lane1); in TEST_SVE()
7376 uint64_t lane1 = -8 + (3 * i); in TEST_SVE() local
7378 MemoryWrite(middle, offset, (i * reg_count) + 1, lane1); in TEST_SVE()
7517 uint8_t lane1 = -5 + (11 * i); in TEST_SVE() local
7519 MemoryWrite(middle, 0, (i * reg_count) + 1, lane1); in TEST_SVE()
[all …]
/third_party/mesa3d/src/panfrost/bifrost/
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/
Dac_llvm_build.h532 unsigned lane1, unsigned lane2, unsigned lane3);
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() argument
4165 unsigned mask = dpp_quad_perm(lane0, lane1, lane2, lane3); in ac_build_quad_swizzle()
/third_party/node/deps/simdutf/
Dsimdutf.cpp18424 simdutf_really_inline __m512i expand_and_identify(__m512i lane0, __m512i lane1, int &count) { in expand_and_identify() argument
18425 const __m512i merged = _mm512_mask_mov_epi32(lane0, 0x1000, lane1); in expand_and_identify()
18648 const __m512i lane1 = broadcast_epi128<1>(utf8); in valid_utf8_to_fixed_length() local
18650 __m512i vec0 = expand_and_identify(lane0, lane1, valid_count0); in valid_utf8_to_fixed_length()
18653 __m512i vec1 = expand_and_identify(lane1, lane2, valid_count1); in valid_utf8_to_fixed_length()
18697 const __m512i lane1 = broadcast_epi128<1>(utf8); in valid_utf8_to_fixed_length() local
18699 __m512i vec0 = expand_and_identify(lane0, lane1, valid_count0); in valid_utf8_to_fixed_length()
18702 __m512i vec1 = expand_and_identify(lane1, lane2, valid_count1); in valid_utf8_to_fixed_length()
18944 const __m512i lane1 = broadcast_epi128<1>(utf8); in validating_utf8_to_fixed_length() local
18946 __m512i vec0 = expand_and_identify(lane0, lane1, valid_count0); in validating_utf8_to_fixed_length()
[all …]