/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.cc | 350 Pshufd(dst, src, lane); in F32x4ExtractLane() 418 Pshufd(tmp2, tmp2, uint8_t{0}); in I8x16Shl() 502 Pshufd(tmp2, tmp2, byte{0}); in I8x16ShrU()
|
D | macro-assembler-shared-ia32-x64.h | 301 AVX_OP(Pshufd, pshufd)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1971 __ Pshufd(dst, dst, uint8_t{0x44}); in AssembleArchInstruction() local 2230 __ Pshufd(dst, dst, uint8_t{0x0}); in AssembleArchInstruction() local 3129 __ Pshufd(dst, src, mask); in AssembleArchInstruction() local 3135 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), i.InputUint8(1)); in AssembleArchInstruction() local 3142 __ Pshufd(kScratchDoubleReg, i.InputOperand(1), shuffle); in AssembleArchInstruction() local 3143 __ Pshufd(i.OutputSimd128Register(), i.InputOperand(0), shuffle); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3155 __ Pshufd(dst, dst, uint8_t{0x0}); in AssembleArchInstruction() local 3955 __ Pshufd(dst, src, mask); in AssembleArchInstruction() local 3961 ASSEMBLE_SIMD_IMM_INSTR(Pshufd, i.OutputSimd128Register(), 0, in AssembleArchInstruction() 3969 ASSEMBLE_SIMD_IMM_INSTR(Pshufd, kScratchDoubleReg, 1, shuffle); in AssembleArchInstruction() 3970 ASSEMBLE_SIMD_IMM_INSTR(Pshufd, i.OutputSimd128Register(), 0, shuffle); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.h | 208 Pshufd, enumerator 2298 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> { 2310 : InstX86BaseThreeAddressop<InstX86Base::Pshufd>(Func, Dest, Source0, in InstX86Pshufd() 3146 using Pshufd = InstX86Pshufd; member
|
D | IceInstX8632.h | 269 Pshufd, enumerator 2357 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> { 2369 : InstX86BaseThreeAddressop<InstX86Base::Pshufd>(Func, Dest, Source0, in InstX86Pshufd() 3247 using Pshufd = InstX86Pshufd; member
|
D | IceTargetLoweringX8632.h | 699 Context.insert<Insts::Pshufd>(Dest, Src0, Src1); in _pshufd()
|
D | IceTargetLoweringX8664.h | 693 Context.insert<Insts::Pshufd>(Dest, Src0, Src1); in _pshufd()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2931 Pshufd(dst.fp(), dst.fp(), uint8_t{0}); in emit_i32x4_splat() 2938 Pshufd(dst.fp(), dst.fp(), uint8_t{0x44}); in emit_i64x2_splat()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2532 Pshufd(dst.fp(), dst.fp(), static_cast<uint8_t>(0)); in emit_i32x4_splat()
|