/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.cc | 371 Movd(dst, src); in I8x16SplatPreAvx2() 381 Movd(scratch, src); in I8x16Splat() 417 Movd(tmp2, tmp1); in I8x16Shl() 434 Movd(tmp3, tmp1); in I8x16Shl() 445 Movd(tmp3, tmp1); in I8x16Shl() 478 Movd(tmp3, tmp1); in I8x16ShrS() 501 Movd(tmp2, tmp1); in I8x16ShrU() 521 Movd(tmp3, tmp1); in I8x16ShrU() 530 Movd(dst, src); in I16x8SplatPreAvx2() 539 Movd(dst, src); in I16x8Splat() [all …]
|
D | macro-assembler-shared-ia32-x64.h | 258 AVX_OP(Movd, movd) 565 Movd(dst, src); in Pextrd()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 2218 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 2244 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local 2246 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local 2553 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 2565 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local 3150 __ Movd(dst, i.InputRegister(0)); in AssembleArchInstruction() local 3153 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 534 __ Movd(tmp, tmp_shift); \ 1474 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1491 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local 1639 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1644 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local 2229 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2011 Movd(scratch, lhs); // move {lhs} into {scratch}. in emit_f32_copysign() 2013 Movd(scratch2, rhs); // move {rhs} into {scratch2}. in emit_f32_copysign() 2016 Movd(dst, scratch); // move result into {dst}. in emit_f32_copysign() 2370 Movd(dst.gp(), src.fp()); in emit_type_conversion() 2402 Movd(dst.fp(), src.gp()); in emit_type_conversion() 2708 assm->Movd(kScratchDoubleReg, tmp.gp()); in EmitSimdShiftOp() 2930 Movd(dst.fp(), src.gp()); in emit_i32x4_splat()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1608 Movd(kScratchRegister, lhs); in emit_f32_copysign() 1610 Movd(liftoff::kScratchRegister2, rhs); in emit_f32_copysign() 1613 Movd(dst, kScratchRegister); in emit_f32_copysign() 2023 Movd(dst.gp(), src.fp()); in emit_type_conversion() 2082 Movd(dst.fp(), src.gp()); in emit_type_conversion() 2531 Movd(dst.fp(), src.gp()); in emit_i32x4_splat()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 1571 Movd(dst, kScratchRegister); in CallRecordWriteStub() 2071 Movd(dst, src); in CallRecordWriteStub() 2083 tasm->Movd(kScratchDoubleReg, src); in CallRecordWriteStub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.h | 175 Movd, enumerator 1227 class InstX86Movd : public InstX86BaseUnaryopXmm<InstX86Base::Movd> { 1239 : InstX86BaseUnaryopXmm<InstX86Base::Movd>(Func, Dest, Src) {} in InstX86Movd() 3075 using Movd = InstX86Movd; member
|
D | IceInstX8632.h | 236 Movd, enumerator 1286 class InstX86Movd : public InstX86BaseUnaryopXmm<InstX86Base::Movd> { 1298 : InstX86BaseUnaryopXmm<InstX86Base::Movd>(Func, Dest, Src) {} in InstX86Movd() 3176 using Movd = InstX86Movd; member
|
D | IceTargetLoweringX8632.h | 587 Context.insert<Insts::Movd>(Dest, Src0); in _movd()
|
D | IceTargetLoweringX8664.h | 581 Context.insert<Insts::Movd>(Dest, Src0); in _movd()
|
D | IceInstX8664.cpp | 2197 InstX86BaseUnaryopXmm<InstX86Base::Movd>::emit(Func); in emit()
|
D | IceInstX8632.cpp | 2181 InstX86BaseUnaryopXmm<InstX86Base::Movd>::emit(Func); in emit()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.cc | 1603 Movd(dst, src); in CallRecordWriteStub()
|