Home
last modified time | relevance | path

Searched refs:Pblendw (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2886 __ Pblendw(kScratchDoubleReg, dst, uint8_t{0x55}); // get lo 16 bits in AssembleArchInstruction() local
3971 __ Pblendw(i.OutputSimd128Register(), kScratchDoubleReg, i.InputUint8(3)); in AssembleArchInstruction() local
3997 __ Pblendw(dst, kScratchDoubleReg, i.InputUint8(4)); in AssembleArchInstruction() local
4082 ASSEMBLE_SIMD_IMM_INSTR(Pblendw, kScratchDoubleReg, 1, uint8_t{0x55}); in AssembleArchInstruction()
4085 __ Pblendw(dst, kScratchDoubleReg, uint8_t{0xaa}); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h371 AVX_OP_SSE4_1(Pblendw, pblendw)
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2128 __ Pblendw(kScratchDoubleReg, src, uint8_t{0x55}); // get lo 16 bits in AssembleArchInstruction() local
3144 __ Pblendw(i.OutputSimd128Register(), kScratchDoubleReg, i.InputUint8(3)); in AssembleArchInstruction() local
3162 __ Pblendw(dst, kScratchDoubleReg, i.InputUint8(4)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h3735 Pblendw(kScratchDoubleReg, src.fp(), uint8_t{0x55}); // Get lo 16 bits. in emit_f32x4_uconvert_i32x4()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h4180 Pblendw(liftoff::kScratchDoubleReg, src.fp(), in emit_f32x4_uconvert_i32x4()