Home
last modified time | relevance | path

Searched refs:roundsd (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.h315 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
Dassembler_x86.cc697 void X86Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dintrinsics_x86_64.cc652 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local
776 __ roundsd(inPlusPointFive, inPlusPointFive, Immediate(1)); in VisitMathRoundDouble() local
Dintrinsics_x86.cc775 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h425 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
Dassembler_x86_64_test.cc929 …DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundsd, 1, "roundsd ${imm}, %{reg2}, %{reg1}"), "ro… in TEST_F()
Dassembler_x86_64.cc901 void X86_64Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86_64::X86_64Assembler