Searched refs:roundsd (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 470 DriverStr(RepeatFFI(&x86::X86Assembler::roundsd, /*imm_bytes*/ 1U, in TEST_F()
|
D | assembler_x86.h | 537 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
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 | 1612 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundsd, /*imm_bytes*/ 1U, in TEST_F()
|