Searched defs:roundss (Results 1 – 4 of 4) sorted by relevance
1841 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86::X86Assembler
428 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
371 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
2603 void X86_64Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86_64::X86_64Assembler