Home
last modified time | relevance | path

Searched refs:lane4 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3172 uint8_t lane4 = lane & 0x3; in AssembleArchInstruction() local
3173 uint8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << 6); in AssembleArchInstruction()
3203 uint8_t lane4 = lane & 0x3; in AssembleArchInstruction() local
3204 uint8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4007 uint8_t lane4 = lane & 0x3; in AssembleArchInstruction() local
4008 uint8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << 6); in AssembleArchInstruction()
4028 uint8_t lane4 = lane & 0x3; in AssembleArchInstruction() local
4029 uint8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << in AssembleArchInstruction()
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp18670 const __m512i lane4 = _mm512_set1_epi32(tmp1);
18672 __m512i vec3 = expand_and_identify(lane3, lane4, valid_count3);
18966 const __m512i lane4 = _mm512_set1_epi32(tmp1);
18968 __m512i vec3 = expand_and_identify(lane3, lane4, valid_count3);
19092 const __m512i lane4 = _mm512_set1_epi32(tmp1);
19094 __m512i vec3 = expand_and_identify(lane3, lane4, valid_count3);
[all...]

Completed in 45 milliseconds