Searched refs:roundsd (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 561 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
D | assembler_x86_test.cc | 548 DriverStr(RepeatFFI(&x86::X86Assembler::roundsd, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86.cc | 1793 void X86Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 576 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 1628 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundsd, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86_64.cc | 2554 void X86_64Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 269 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local 374 __ roundsd(t1, in, Immediate(1)); in VisitMathRoundDouble() local
|
D | intrinsics_x86.cc | 363 __ roundsd(out, in, Immediate(round_mode)); in GenSSE41FPToFPIntrinsic() local
|