Home | History | Annotate | Download | only in ARM

Lines Matching full:neon

431     case 'q': // Print a NEON quad precision register.
527 case 'e': // The low doubleword register of a NEON quad register.
528 case 'f': { // The high doubleword register of a NEON quad register.
542 case 'h': // A range of VFP/NEON registers suitable for VLD1/VST1.
792 /* NEON is not exactly a VFP architecture, but GAS emit one of
793 * neon/neon-vfpv4/vfpv3/vfpv2 for .fpu parameters */
796 "neon-vfpv4");
798 AttrEmitter->EmitTextAttribute(ARMBuildAttrs::Advanced_SIMD_arch, "neon");
799 /* If emitted for NEON, omit from VFP below, since you can have both
800 * NEON and VFP in build attributes but only one .fpu */
833 * since NEON can have 1 (allowed) or 2 (MAC operations) */