Searched refs:Pshuflw (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3983 ASSEMBLE_SIMD_IMM_INSTR(Pshuflw, dst, 0, mask_lo); in AssembleArchInstruction() 3993 ASSEMBLE_SIMD_IMM_INSTR(Pshuflw, kScratchDoubleReg, 1, i.InputUint8(2)); in AssembleArchInstruction() 3995 ASSEMBLE_SIMD_IMM_INSTR(Pshuflw, dst, 0, i.InputUint8(2)); in AssembleArchInstruction() 4010 ASSEMBLE_SIMD_IMM_INSTR(Pshuflw, dst, 0, half_dup); in AssembleArchInstruction() 4031 __ Pshuflw(dst, dst, half_dup); in AssembleArchInstruction() local 4156 __ Pshuflw(dst, dst, shuffle_mask); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 3152 __ Pshuflw(dst, i.InputOperand(0), i.InputUint8(1)); in AssembleArchInstruction() local 3158 __ Pshuflw(kScratchDoubleReg, i.InputOperand(1), i.InputUint8(2)); in AssembleArchInstruction() local 3160 __ Pshuflw(dst, i.InputOperand(0), i.InputUint8(2)); in AssembleArchInstruction() local 3175 __ Pshuflw(dst, src, half_dup); in AssembleArchInstruction() local 3206 __ Pshuflw(dst, dst, half_dup); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 303 AVX_OP(Pshuflw, pshuflw)
|
D | macro-assembler-shared-ia32-x64.cc | 531 Pshuflw(dst, dst, uint8_t{0x0}); in I16x8SplatPreAvx2()
|