Home | History | Annotate | Download | only in arm

Lines Matching refs:rounding_mode

2416 void MacroAssembler::EmitVFPTruncate(VFPRoundingMode rounding_mode,
2442 if (rounding_mode != kRoundToNearest) {
2443 orr(scratch, scratch, Operand(rounding_mode));
2450 (rounding_mode == kRoundToZero) ? kDefaultRoundToZero