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

/art/compiler/utils/x86/
H A Dassembler_x86.h316 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
H A Dassembler_x86.cc708 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h426 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
H A Dassembler_x86_64_test.cc925 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundss, 1, "roundss ${imm}, %{reg2}, %{reg1}"), "roundss");
H A Dassembler_x86_64.cc913 void X86_64Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc729 __ roundss(inPlusPointFive, inPlusPointFive, Immediate(1));
H A Dintrinsics_x86.cc851 __ roundss(inPlusPointFive, inPlusPointFive, Immediate(1));

Completed in 68 milliseconds