Searched refs:VALID_MVE_MODE (Results 1 – 5 of 5) sorted by relevance
638 "TARGET_NEON || (TARGET_HAVE_MVE && VALID_MVE_MODE (<MODE>mode))"
1102 #define VALID_MVE_MODE(MODE) \ macro
8639 if (TARGET_HAVE_MVE && VALID_MVE_MODE (mode)) in thumb2_legitimate_address_p()25573 return ((VALID_MVE_MODE (mode) && NEON_REGNO_OK_FOR_QUAD (regno)) in arm_hard_regno_mode_ok()25634 && (VALID_MVE_MODE (mode1) in arm_modes_tieable_p()25636 && (VALID_MVE_MODE (mode2) in arm_modes_tieable_p()29512 && VALID_MVE_MODE (mode) && (nelems == 2 || nelems == 4)) in arm_array_mode_supported_p()
9945 * config/arm/arm.c (thumb2_legitimate_address_p): Use VALID_MVE_MODE20671 Change the pattern's mode to VDQX and gate it on VALID_MVE_MODE.
34081 (VALID_MVE_MODE): Define valid MVE mode.