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

/art/compiler/utils/x86/
H A Dassembler_x86_test.cc445 DriverStr(RepeatFFI(&x86::X86Assembler::roundsd, /*imm_bytes*/ 1U,
446 "roundsd ${imm}, %{reg2}, %{reg1}"), "roundsd");
H A Dassembler_x86.h476 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
H A Dassembler_x86.cc1073 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.h520 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
H A Dassembler_x86_64_test.cc1357 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundsd, /*imm_bytes*/ 1U,
1358 "roundsd ${imm}, %{reg2}, %{reg1}"), "roundsd");
H A Dassembler_x86_64.cc1279 void X86_64Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc600 __ roundsd(out, in, Immediate(round_mode));
720 __ roundsd(t1, in, Immediate(1));
H A Dintrinsics_x86.cc825 __ roundsd(out, in, Immediate(round_mode));

Completed in 38 milliseconds