Home
last modified time | relevance | path

Searched refs:TARGET_MMU_TRAPS (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.h387 #define TARGET_MMU_TRAPS (target_flags & ARM_FLAG_MMU_TRAPS) macro
638 UNSIGNEDP = TARGET_MMU_TRAPS != 0; \
1209 (((MODE) == HImode && ! arm_arch4 && TARGET_MMU_TRAPS \
Darm.md3193 /* Note: We do not have to worry about TARGET_MMU_TRAPS
3202 if (TARGET_MMU_TRAPS && GET_CODE (operands[1]) == MEM)
3426 /* Note: We do not have to worry about TARGET_MMU_TRAPS
3435 if (TARGET_ARM && TARGET_MMU_TRAPS && GET_CODE (operands[1]) == MEM)
4446 /* Note: We do not have to worry about TARGET_MMU_TRAPS
4452 if (TARGET_MMU_TRAPS)
4635 "TARGET_ARM && (!TARGET_MMU_TRAPS)"
4725 && !TARGET_MMU_TRAPS
4745 && !TARGET_MMU_TRAPS
4766 && !TARGET_MMU_TRAPS"
[all …]
Darm.c4715 if (TARGET_MMU_TRAPS
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.22286 (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
2287 (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.