Lines Matching refs:Round
2712 case NEON_URSHL: ushl(vf, rd, rn, rm).Round(vf); break; in VisitNEON3Same()
2713 case NEON_SRSHL: sshl(vf, rd, rn, rm).Round(vf); break; in VisitNEON3Same()
2715 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf); in VisitNEON3Same()
2718 sshl(vf, rd, rn, rm).Round(vf).SignedSaturate(vf); in VisitNEON3Same()
2724 add(vf, rd, rn, rm).Uhalve(vf).Round(vf); in VisitNEON3Same()
2730 add(vf, rd, rn, rm).Halve(vf).Round(vf); in VisitNEON3Same()
3598 ushl(vf, rd, rn, rm).Round(vf); in VisitNEONScalar3Same()
3601 sshl(vf, rd, rn, rm).Round(vf); in VisitNEONScalar3Same()
3604 ushl(vf, rd, rn, rm).Round(vf).UnsignedSaturate(vf); in VisitNEONScalar3Same()
3607 sshl(vf, rd, rn, rm).Round(vf).SignedSaturate(vf); in VisitNEONScalar3Same()
3726 case NEON_SRSHR_scalar: sshr(vf, rd, rn, right_shift).Round(vf); break; in VisitNEONScalarShiftImmediate()
3727 case NEON_URSHR_scalar: ushr(vf, rd, rn, right_shift).Round(vf); break; in VisitNEONScalarShiftImmediate()
3788 case NEON_SRSHR: sshr(vf, rd, rn, right_shift).Round(vf); break; in VisitNEONShiftImmediate()
3789 case NEON_URSHR: ushr(vf, rd, rn, right_shift).Round(vf); break; in VisitNEONShiftImmediate()