/art/runtime/interpreter/mterp/x86_64ng/ |
D | control_flow.S | 135 movd %eax, %xmm0
|
D | main.S | 1066 movd %xmm0, %eax 1181 movd %xmm0, %eax
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 78 __ movd(dst, locations->InAt(0).AsRegister<Register>()); in VisitVecReplicateScalar() local 86 __ movd(dst, locations->InAt(0).AsRegister<Register>()); in VisitVecReplicateScalar() local 92 __ movd(dst, locations->InAt(0).AsRegister<Register>()); in VisitVecReplicateScalar() local 98 __ movd(dst, locations->InAt(0).AsRegisterPairLow<Register>()); in VisitVecReplicateScalar() local 99 __ movd(tmp, locations->InAt(0).AsRegisterPairHigh<Register>()); in VisitVecReplicateScalar() local 161 __ movd(locations->Out().AsRegister<Register>(), src); in VisitVecExtractScalar() local 166 __ movd(locations->Out().AsRegisterPairLow<Register>(), src); in VisitVecExtractScalar() local 168 __ movd(locations->Out().AsRegisterPairHigh<Register>(), tmp); in VisitVecExtractScalar() local 1139 __ movd(dst, locations->InAt(0).AsRegister<Register>()); in VisitVecSetScalars() local 1145 __ movd(dst, locations->InAt(0).AsRegisterPairLow<Register>()); in VisitVecSetScalars() local [all …]
|
D | code_generator_vector_x86_64.cc | 73 __ movd(dst, locations->InAt(0).AsRegister<CpuRegister>(), /*64-bit*/ false); in VisitVecReplicateScalar() local 81 __ movd(dst, locations->InAt(0).AsRegister<CpuRegister>(), /*64-bit*/ false); in VisitVecReplicateScalar() local 87 __ movd(dst, locations->InAt(0).AsRegister<CpuRegister>(), /*64-bit*/ false); in VisitVecReplicateScalar() local 92 __ movd(dst, locations->InAt(0).AsRegister<CpuRegister>(), /*64-bit*/ true); in VisitVecReplicateScalar() local 148 __ movd(locations->Out().AsRegister<CpuRegister>(), src, /*64-bit*/ false); in VisitVecExtractScalar() local 152 __ movd(locations->Out().AsRegister<CpuRegister>(), src, /*64-bit*/ true); in VisitVecExtractScalar() local 1117 __ movd(dst, locations->InAt(0).AsRegister<CpuRegister>()); in VisitVecSetScalars() local 1121 __ movd(dst, locations->InAt(0).AsRegister<CpuRegister>()); // is 64-bit in VisitVecSetScalars() local
|
D | intrinsics_x86.cc | 201 __ movd(output.AsRegisterPairLow<Register>(), temp); in MoveFPToInt() local 203 __ movd(output.AsRegisterPairHigh<Register>(), temp); in MoveFPToInt() local 205 __ movd(output.AsRegister<Register>(), input.AsFpuRegister<XmmRegister>()); in MoveFPToInt() local 216 __ movd(temp1, input.AsRegisterPairLow<Register>()); in MoveIntToFP() local 217 __ movd(temp2, input.AsRegisterPairHigh<Register>()); in MoveIntToFP() local 221 __ movd(output.AsFpuRegister<XmmRegister>(), input.AsRegister<Register>()); in MoveIntToFP() local 1722 __ movd(output_lo, temp); in GenUnsafeGet() local 1724 __ movd(output_hi, temp); in GenUnsafeGet() local 1890 __ movd(temp1, value_lo); in GenUnsafePut() local 1891 __ movd(temp2, value_hi); in GenUnsafePut() local
|
D | code_generator_x86.cc | 1311 __ movd(destination.AsRegister<Register>(), source.AsFpuRegister<XmmRegister>()); in Move32() local 1318 __ movd(destination.AsFpuRegister<XmmRegister>(), source.AsRegister<Register>()); in Move32() local 1358 __ movd(destination.AsRegisterPairLow<Register>(), src_reg); in Move64() local 1360 __ movd(destination.AsRegisterPairHigh<Register>(), src_reg); in Move64() local 2240 __ movd(EAX, XMM0); in VisitReturn() local 2249 __ movd(EAX, XMM0); in VisitReturn() local 2253 __ movd(EDX, XMM1); in VisitReturn() local 2404 __ movd(hidden_reg, temp); in VisitInvokeInterface() local 2517 __ movd(mask, constant); in VisitNeg() local 4133 __ movd(out, constant); in GenerateMinMaxFP() local [all …]
|
D | code_generator_x86_64.cc | 1499 __ movd(dest, source.AsFpuRegister<XmmRegister>()); in Move() local 1516 __ movd(dest, source.AsRegister<CpuRegister>()); in Move() local 2387 __ movd(CpuRegister(RAX), XmmRegister(XMM0), /* is64bit= */ false); in VisitReturn() local 2397 __ movd(CpuRegister(RAX), XmmRegister(XMM0), /* is64bit= */ true); in VisitReturn() local 5822 __ movd(reg, CpuRegister(TMP)); in Exchange32() local 5828 __ movd(reg, CpuRegister(TMP)); in Exchange64() local 5893 __ movd(CpuRegister(TMP), source.AsFpuRegister<XmmRegister>()); in EmitSwap() local 5895 __ movd(destination.AsFpuRegister<XmmRegister>(), CpuRegister(TMP)); in EmitSwap() local
|
D | intrinsics_x86_64.cc | 148 __ movd(output.AsRegister<CpuRegister>(), input.AsFpuRegister<XmmRegister>(), is64bit); in MoveFPToInt() local 154 __ movd(output.AsFpuRegister<XmmRegister>(), input.AsRegister<CpuRegister>(), is64bit); in MoveIntToFP() local
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1691 movd %ebx, %xmm0 1693 movd %xmm0, %ebx 1718 movd %eax, %xmm0 // place return value also into floating point return value 1719 movd %edx, %xmm1 1740 movd %xmm7, %esi // Get target method index stored in xmm7, remember it in ESI. 1925 movd %eax, %xmm0 1926 movd %edx, %xmm1 1952 movd %eax, %xmm0 1953 movd %edx, %xmm1
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 436 void movd(XmmRegister dst, CpuRegister src); // Note: this is the r64 version, formally movq. 437 void movd(CpuRegister dst, XmmRegister src); // Note: this is the r64 version, formally movq. 438 void movd(XmmRegister dst, CpuRegister src, bool is64bit); 439 void movd(CpuRegister dst, XmmRegister src, bool is64bit);
|
D | assembler_x86_64.cc | 736 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src) { in movd() function in art::x86_64::X86_64Assembler 737 movd(dst, src, true); in movd() 740 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src) { in movd() function in art::x86_64::X86_64Assembler 741 movd(dst, src, true); in movd() 744 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src, bool is64bit) { in movd() function in art::x86_64::X86_64Assembler 753 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src, bool is64bit) { in movd() function in art::x86_64::X86_64Assembler
|
D | assembler_x86_64_test.cc | 1307 DriverStr(RepeatFR(&x86_64::X86_64Assembler::movd, "movd %{reg2}, %{reg1}"), "movd.1"); in TEST_F() 1311 DriverStr(RepeatRF(&x86_64::X86_64Assembler::movd, "movd %{reg2}, %{reg1}"), "movd.2"); in TEST_F()
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 403 void movd(XmmRegister dst, Register src); 404 void movd(Register dst, XmmRegister src);
|
D | assembler_x86.cc | 609 void X86Assembler::movd(XmmRegister dst, Register src) { in movd() function in art::x86::X86Assembler 618 void X86Assembler::movd(Register dst, XmmRegister src) { in movd() function in art::x86::X86Assembler
|