Home
last modified time | relevance | path

Searched refs:Pshufd (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.cc350 Pshufd(dst, src, lane); in F32x4ExtractLane()
418 Pshufd(tmp2, tmp2, uint8_t{0}); in I8x16Shl()
502 Pshufd(tmp2, tmp2, byte{0}); in I8x16ShrU()
Dmacro-assembler-shared-ia32-x64.h301 AVX_OP(Pshufd, pshufd)
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1971 __ 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/
Dcode-generator-x64.cc3155 __ 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/
DIceInstX8664.h208 Pshufd, enumerator
2298 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> {
2310 : InstX86BaseThreeAddressop<InstX86Base::Pshufd>(Func, Dest, Source0, in InstX86Pshufd()
3146 using Pshufd = InstX86Pshufd; member
DIceInstX8632.h269 Pshufd, enumerator
2357 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> {
2369 : InstX86BaseThreeAddressop<InstX86Base::Pshufd>(Func, Dest, Source0, in InstX86Pshufd()
3247 using Pshufd = InstX86Pshufd; member
DIceTargetLoweringX8632.h699 Context.insert<Insts::Pshufd>(Dest, Src0, Src1); in _pshufd()
DIceTargetLoweringX8664.h693 Context.insert<Insts::Pshufd>(Dest, Src0, Src1); in _pshufd()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h2931 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/
Dliftoff-assembler-x64.h2532 Pshufd(dst.fp(), dst.fp(), static_cast<uint8_t>(0)); in emit_i32x4_splat()