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

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

Completed in 138 milliseconds