Home
last modified time | relevance | path

Searched defs:shuffle_mask (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3414 int8_t shuffle_mask = arch_opcode == kSSES8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local
3433 int8_t shuffle_mask = arch_opcode == kAVXS8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local
H A Dinstruction-selector-ia32.cc2904 uint8_t shuffle_mask = wasm::SimdShuffle::PackShuffle4(shuffle32x4); in VisitI8x16Shuffle() local
2926 uint8_t shuffle_mask = wasm::SimdShuffle::PackShuffle4(shuffle32x4); in VisitI8x16Shuffle() local
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4155 uint8_t shuffle_mask = arch_opcode == kX64S8x4Reverse ? 0xB1 : 0x1B; in AssembleArchInstruction() local
H A Dinstruction-selector-x64.cc3649 uint8_t shuffle_mask = wasm::SimdShuffle::PackShuffle4(shuffle32x4); in VisitI8x16Shuffle() local
3674 uint8_t shuffle_mask = wasm::SimdShuffle::PackShuffle4(shuffle32x4); in VisitI8x16Shuffle() local

Completed in 38 milliseconds