Home
last modified time | relevance | path

Searched refs:cvtsd2si (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.h296 void cvtsd2si(Register dst, XmmRegister src);
Dassembler_x86.cc534 void X86Assembler::cvtsd2si(Register dst, XmmRegister src) { in cvtsd2si() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h336 void cvtsd2si(CpuRegister dst, XmmRegister src);
Dassembler_x86_64.cc595 void X86_64Assembler::cvtsd2si(CpuRegister dst, XmmRegister src) { in cvtsd2si() function in art::x86_64::X86_64Assembler