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

/art/compiler/utils/x86/
H A Dassembler_x86_test.cc440 DriverStr(RepeatFFI(&x86::X86Assembler::roundss, /*imm_bytes*/ 1U,
441 "roundss ${imm}, %{reg2}, %{reg1}"), "roundss");
H A Dassembler_x86.h477 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
H A Dassembler_x86.cc1084 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.h521 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
H A Dassembler_x86_64_test.cc1352 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundss, /*imm_bytes*/ 1U,
1353 "roundss ${imm}, %{reg2}, %{reg1}"), "roundss");
H A Dassembler_x86_64.cc1291 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.cc902 __ roundss(t1, in, Immediate(1));
H A Dintrinsics_x86_64.cc676 __ roundss(t1, in, Immediate(1));

Completed in 39 milliseconds