Searched refs:roundss (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 559 DriverStr(RepeatFFI(&x86::X86Assembler::roundss, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86.h | 606 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
D | assembler_x86.cc | 1841 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 645 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 1753 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundss, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86_64.cc | 2621 void X86_64Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 407 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
|
D | intrinsics_x86_64.cc | 389 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
|