Home
last modified time | relevance | path

Searched refs:VALID_MVE_MODE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dvec-common.md638 "TARGET_NEON || (TARGET_HAVE_MVE && VALID_MVE_MODE (<MODE>mode))"
Darm.h1102 #define VALID_MVE_MODE(MODE) \ macro
Darm.cc8639 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20219945 * config/arm/arm.c (thumb2_legitimate_address_p): Use VALID_MVE_MODE
20671 Change the pattern's mode to VDQX and gate it on VALID_MVE_MODE.
DChangeLog-202034081 (VALID_MVE_MODE): Define valid MVE mode.