OSDN Git Service

* config/mips/mips.c (print_operand): Remove '%Y' and '%y'.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Aug 2004 10:30:33 +0000 (10:30 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Aug 2004 10:30:33 +0000 (10:30 +0000)
commit785299dd97d85ded037769e5b313bec600bce1a8
tree30f577b3431cf235a1d4b68306cf573eed187fe6
parentefb7e7d75816e627b88c9cb3d83c3e87d4d75098
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86715 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips-ps-3d.md
gcc/config/mips/mips.c