Home
last modified time | relevance | path

Searched refs:roundsd (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86_test.cc470 DriverStr(RepeatFFI(&x86::X86Assembler::roundsd, /*imm_bytes*/ 1U, in TEST_F()
Dassembler_x86.h537 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
Dassembler_x86.cc1793 void X86Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundsd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h576 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
Dassembler_x86_64_test.cc1612 DriverStr(RepeatFFI(&x86_64::X86_64Assembler::roundsd, /*imm_bytes*/ 1U, in TEST_F()