Lines Matching refs:result

337   // Compare single values and move the result to the normal condition flags.
343 // Compare double values and move the result to the normal condition flags.
365 // Check whether d16-d31 are available on the CPU. The result is given by the
436 // for the result to alias either input register.
437 void FloatMax(SwVfpRegister result, SwVfpRegister left, SwVfpRegister right,
439 void FloatMin(SwVfpRegister result, SwVfpRegister left, SwVfpRegister right,
441 void FloatMax(DwVfpRegister result, DwVfpRegister left, DwVfpRegister right,
443 void FloatMin(DwVfpRegister result, DwVfpRegister left, DwVfpRegister right,
447 void FloatMaxOutOfLine(SwVfpRegister result, SwVfpRegister left,
449 void FloatMinOutOfLine(SwVfpRegister result, SwVfpRegister left,
451 void FloatMaxOutOfLine(DwVfpRegister result, DwVfpRegister left,
453 void FloatMinOutOfLine(DwVfpRegister result, DwVfpRegister left,
534 // succeeds, otherwise falls through if result is saturated. On return
535 // 'result' either holds answer, or is clobbered on fall through.
536 void TryInlineTruncateDoubleToI(Register result, DwVfpRegister input,
541 // Exits with 'result' holding the answer.
542 void TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result,
607 void FloatMaxHelper(T result, T left, T right, Label* out_of_line);
609 void FloatMinHelper(T result, T left, T right, Label* out_of_line);
611 void FloatMaxOutOfLineHelper(T result, T left, T right);
613 void FloatMinOutOfLineHelper(T result, T left, T right);
702 // Must preserve the result register.
727 // Always use unsigned comparisons: ls for a positive result.