Home | History | Annotate | Download | only in arm

Lines Matching refs:DwVfpRegister

257   void MovToFloatParameter(DwVfpRegister src);
258 void MovToFloatParameters(DwVfpRegister src1, DwVfpRegister src2);
259 void MovToFloatResult(DwVfpRegister src);
273 void MovFromFloatParameter(DwVfpRegister dst);
274 void MovFromFloatResult(DwVfpRegister dst);
348 void VFPCompareAndSetFlags(const DwVfpRegister src1, const DwVfpRegister src2,
350 void VFPCompareAndSetFlags(const DwVfpRegister src1, const double src2,
354 void VFPCanonicalizeNaN(const DwVfpRegister dst, const DwVfpRegister src,
356 void VFPCanonicalizeNaN(const DwVfpRegister value,
361 void VmovHigh(Register dst, DwVfpRegister src);
362 void VmovHigh(DwVfpRegister dst, Register src);
363 void VmovLow(Register dst, DwVfpRegister src);
364 void VmovLow(DwVfpRegister dst, Register src);
420 void FloatMax(DwVfpRegister result, DwVfpRegister left, DwVfpRegister right,
422 void FloatMin(DwVfpRegister result, DwVfpRegister left, DwVfpRegister right,
430 void FloatMaxOutOfLine(DwVfpRegister result, DwVfpRegister left,
431 DwVfpRegister right);
432 void FloatMinOutOfLine(DwVfpRegister result, DwVfpRegister left,
433 DwVfpRegister right);
436 void ExtractLane(Register dst, DwVfpRegister src, NeonDataType dt, int lane);
455 void Move(DwVfpRegister dst, DwVfpRegister src, Condition cond = al);
468 void Swap(DwVfpRegister srcdst0, DwVfpRegister srcdst1);
502 void TryInlineTruncateDoubleToI(Register result, DwVfpRegister input,
509 DwVfpRegister double_input, StubCallMode stub_mode);
539 void VFPCompareAndLoadFlags(const DwVfpRegister src1,
540 const DwVfpRegister src2,
543 void VFPCompareAndLoadFlags(const DwVfpRegister src1, const double src2,
740 DwVfpRegister double_input,