forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
constraints.md (Pd): Allow TARGET_THUMB instead of TARGET_THUMB1.
2013-07-22 Kyrylo Tkachov <[email protected]> * config/arm/constraints.md (Pd): Allow TARGET_THUMB instead of TARGET_THUMB1. (Pz): New constraint. * config/arm/arm.md (arm_addsi3): Add alternatives for 16-bit encodings. (compare_negsi_si): Likewise. (compare_addsi2_op0): Likewise. (compare_addsi2_op1): Likewise. (addsi3_carryin_<optab>): Likewise. (addsi3_carryin_alt2_<optab>): Likewise. (addsi3_carryin_shift_<optab>): Disable cond_exec variant for arm_restrict_it. (subsi3_carryin): Likewise. (arm_subsi3_insn): Add alternatives for 16-bit encoding. (minmax_arithsi): Disable for arm_restrict_it. (minmax_arithsi_non_canon): Adjust for arm_restrict_it. (satsi_<SAT:code>): Disable cond_exec variant for arm_restrict_it. (satsi_<SAT:code>_shift): Likewise. (arm_shiftsi3): Add alternative for 16-bit encoding. (arm32_movhf): Disable for arm_restrict_it. (arm_cmpdi_unsigned): Add alternatives for 16-bit encoding. (arm_movtas_ze): Disable cond_exec variant for arm_restrict_it. From-SVN: r201126
- Loading branch information
Kyrylo Tkachov
authored and
Kyrylo Tkachov
committed
Jul 22, 2013
1 parent
6a2bf10
commit 5e5f767
Showing
3 changed files
with
128 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
2013-07-22 Kyrylo Tkachov <[email protected]> | ||
|
||
* config/arm/constraints.md (Pd): Allow TARGET_THUMB | ||
instead of TARGET_THUMB1. | ||
(Pz): New constraint. | ||
* config/arm/arm.md (arm_addsi3): Add alternatives for 16-bit | ||
encodings. | ||
(compare_negsi_si): Likewise. | ||
(compare_addsi2_op0): Likewise. | ||
(compare_addsi2_op1): Likewise. | ||
(addsi3_carryin_<optab>): Likewise. | ||
(addsi3_carryin_alt2_<optab>): Likewise. | ||
(addsi3_carryin_shift_<optab>): Disable cond_exec variant | ||
for arm_restrict_it. | ||
(subsi3_carryin): Likewise. | ||
(arm_subsi3_insn): Add alternatives for 16-bit encoding. | ||
(minmax_arithsi): Disable for arm_restrict_it. | ||
(minmax_arithsi_non_canon): Adjust for arm_restrict_it. | ||
(satsi_<SAT:code>): Disable cond_exec variant for arm_restrict_it. | ||
(satsi_<SAT:code>_shift): Likewise. | ||
(arm_shiftsi3): Add alternative for 16-bit encoding. | ||
(arm32_movhf): Disable for arm_restrict_it. | ||
(arm_cmpdi_unsigned): Add alternatives for 16-bit encoding. | ||
(arm_movtas_ze): Disable cond_exec variant for arm_restrict_it. | ||
|
||
2013-07-22 Sofiane Naci <[email protected]> | ||
|
||
* config/arm/arm.md (attribute "insn"): Delete. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters