Home
last modified time | relevance | path

Searched refs:Movd (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.cc371 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 …]
Dmacro-assembler-shared-ia32-x64.h258 AVX_OP(Movd, movd)
565 Movd(dst, src); in Pextrd()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2218 __ 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/
Dcode-generator-ia32.cc534 __ 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/
Dliftoff-assembler-ia32.h2011 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/
Dliftoff-assembler-x64.h1608 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/
Dmacro-assembler-x64.cc1571 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/
DIceInstX8664.h175 Movd, enumerator
1227 class InstX86Movd : public InstX86BaseUnaryopXmm<InstX86Base::Movd> {
1239 : InstX86BaseUnaryopXmm<InstX86Base::Movd>(Func, Dest, Src) {} in InstX86Movd()
3075 using Movd = InstX86Movd; member
DIceInstX8632.h236 Movd, enumerator
1286 class InstX86Movd : public InstX86BaseUnaryopXmm<InstX86Base::Movd> {
1298 : InstX86BaseUnaryopXmm<InstX86Base::Movd>(Func, Dest, Src) {} in InstX86Movd()
3176 using Movd = InstX86Movd; member
DIceTargetLoweringX8632.h587 Context.insert<Insts::Movd>(Dest, Src0); in _movd()
DIceTargetLoweringX8664.h581 Context.insert<Insts::Movd>(Dest, Src0); in _movd()
DIceInstX8664.cpp2197 InstX86BaseUnaryopXmm<InstX86Base::Movd>::emit(Func); in emit()
DIceInstX8632.cpp2181 InstX86BaseUnaryopXmm<InstX86Base::Movd>::emit(Func); in emit()
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc1603 Movd(dst, src); in CallRecordWriteStub()