mips.c (print_operand): Remove '%Y' and '%y'.
authorRichard Sandiford <rsandifo@redhat.com>
Sun, 29 Aug 2004 10:30:33 +0000 (10:30 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 29 Aug 2004 10:30:33 +0000 (10:30 +0000)
commitf691c4e3d1a8af49816bdebc28ab469c91a36911
tree30f577b3431cf235a1d4b68306cf573eed187fe6
parent491357065f3fcae82b880628ad05ce253a885f21
mips.c (print_operand): Remove '%Y' and '%y'.

* config/mips/mips.c (print_operand): Remove '%Y' and '%y'.
(mips_expand_4s_compare_builtin): Redefine CCV4 to be 0 if all
registers are false and -1 if all registers are true.
(mips_expand_ps_compare_builtin): Likewise CCV2.  Use subregs for
MIPS_CMP_UPPER and MIPS_CMP_LOWER.
* config/mips/mips.md (mips_cond_move_tf_ps): Use %Q rather than %y.
(bc1any4t, bc1any4f): Adjust for new CCV4 interpretation.
(bc1any2t, bc1any2f): Likewise CCV2.
(bc1upper2t, bc1lower2t, bc1upper2f, bc1lower2f): Delete.

From-SVN: r86715
gcc/ChangeLog
gcc/config/mips/mips-ps-3d.md
gcc/config/mips/mips.c