Lines Matching full:if
39 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
120 * @brief Compiler specific diagnostic adjustment / fixes if applicable
125 #if defined(__GNUC__)
126 #if (__GNUC__ == 12 && (__GNUC_MINOR__ <= 2)) && defined(__ARM_ARCH)
133 #if defined(__ARM_FEATURE_MVE) && ((__ARM_FEATURE_MVE & 3) == 3) || (__ARM_FEATURE_MVE & 1)
137 #if defined(__ARM_ARCH) || defined(__ARM_ACLE)
141 #if defined(__GNUC__)
155 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) || defined(__ICCARM__)
168 This guarantees Arm-compatible results if compiling on a non-Arm in CLZ()
175 if (value == 0U) in CLZ()
187 #if (defined(__ARM_FEATURE_DSP) && (__ARM_FEATURE_DSP == 1))
198 // Compiler specifc variants of intrinsics. Create a new section or file for IAR if needed
199 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) || defined(__ICCARM__)
226 …if (ARG3 == 0) …
261 if (op2 == 0U) in ROR()
271 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in SXTB16_RORn()
285 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in SXTAB16_RORn()