Searched refs:Pblendw (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 2886 __ 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/ |
D | macro-assembler-shared-ia32-x64.h | 371 AVX_OP_SSE4_1(Pblendw, pblendw)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2128 __ 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/ |
D | liftoff-assembler-x64.h | 3735 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/ |
D | liftoff-assembler-ia32.h | 4180 Pblendw(liftoff::kScratchDoubleReg, src.fp(), in emit_f32x4_uconvert_i32x4()
|