Searched refs:roundss (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 457 DriverStr(RepeatFFI(&x86::X86Assembler::roundss, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86.h | 538 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
D | assembler_x86.cc | 1804 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 | 577 void roundss(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 1618 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundss, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86_64.cc | 2566 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_64.cc | 333 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
|
D | intrinsics_x86.cc | 426 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
|