diff options
author | Catherine Moore <clm@codesourcery.com> | 2013-03-25 09:53:53 -0400 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2013-03-25 09:53:53 -0400 |
commit | 03a7dddbdb976cfbc51b5fd64a2fc993e0328398 (patch) | |
tree | a58356884d6e5da403cae2b4a8be4c4fa640b7d7 /gcc/fortran/check.c | |
parent | cf70554ed8b9e5b90c977f068b9f848c85c89228 (diff) | |
download | gcc-03a7dddbdb976cfbc51b5fd64a2fc993e0328398.zip gcc-03a7dddbdb976cfbc51b5fd64a2fc993e0328398.tar.gz gcc-03a7dddbdb976cfbc51b5fd64a2fc993e0328398.tar.bz2 |
constraints.md (u, [...]): New constraints.
2013-03-25 Catherine Moore <clm@codesourcery.com>
* config/mips/constraints.md (u, Udb7 Uead, Uean, Uesp, Uib3,
Uuw6, Usb4, ZS, ZT, ZU, ZV, ZW): New constraints.
* config/mip/predicates.md (lwsp_swsp_operand,
lw16_sw16_operand, lhu16_sh16_operand, lbu16_operand,
sb16_operand, db4_operand, db7_operand, ib3_operand,
sb4_operand, ub4_operand, uh4_operand, uw4_operand,
uw5_operand, uw6_operand, addiur2_operand, addiusp_operand,
andi16_operand): New predicates.
* config/mips/mips.md (compression): New attribute.
(enabled): New attribute.
(length): Consider compression in computing length.
(shift_compression): New code attribute.
(*add<mode>3): New operands. Record compression.
(sub<mode>3): Likewise.
(one_cmpl<mode>2): Likewise.
(*and<mode>3): Likewise.
(*ior<mode>3): Likewise.
(unnamed pattern for xor): Likewise.
(*zero_extend<SHORT:mode><GPR:mode>2): Likewise.
(*<optab><mode>3): Likewise.
(*mov<mode>_internal: Likewise.
* config/mips/mips-protos.h (mips_signed_immediate_p): New.
(mips_unsigned_immediate_p): New.
(umips_lwsp_swsp_address_p): New.
(m16_based_address_p): New.
* config/mips/mips-protos.h (mips_signed_immediate_p): New prototype.
(mips_unsigned_immediate_p): New prototype.
(lwsp_swsp_address_p): New prototype.
(m16_based_address_p): New prototype.
* config/mips/mips.c (mips_unsigned_immediate_p): New function.
(mips_signed_immediate_p): New function.
(m16_based_address_p): New function.
(lwsp_swsp_address_p): New function.
(mips_print_operand_punctuation): Recognize short delay slot insns
for microMIPS.add<mode>3"
From-SVN: r197042
Diffstat (limited to 'gcc/fortran/check.c')
0 files changed, 0 insertions, 0 deletions