Searched defs:roundsd (Results  1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ | 
| D | intrinsics_x86_64.cc | 307   __ roundsd(out, in, Immediate(round_mode));  in GenSSE41FPToFPIntrinsic()  local 412   __ roundsd(t1, in, Immediate(1));  in VisitMathRoundDouble()  local
  | 
| D | intrinsics_x86.cc | 363   __ roundsd(out, in, Immediate(round_mode));  in GenSSE41FPToFPIntrinsic()  local
  | 
| /art/compiler/utils/x86/ | 
| D | assembler_x86.cc | 1830 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.cc | 2591 void X86_64Assembler::roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm) {  in roundsd()  function in art::x86_64::X86_64Assembler
  |