]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips.h (ISA_HAS_INT_CONDMOVE): Delete.
authorRichard Sandiford <rsandifo@redhat.com>
Tue, 24 Aug 2004 20:43:57 +0000 (20:43 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 24 Aug 2004 20:43:57 +0000 (20:43 +0000)
commitb3c90666df0131202f02ad1e4b1101c3b9287029
tree042ef3503fcd81e676e26c73a40860f4b669477b
parent04550232324f75215c1bc5df69f71fe695d06386
mips.h (ISA_HAS_INT_CONDMOVE): Delete.

* config/mips/mips.h (ISA_HAS_INT_CONDMOVE): Delete.
* config/mips/mips.c (print_operand): Fold %B/%b handling into %T/%t,
using the mode of the operand to decide between them.
* config/mips/mips.md (MOVECC): New mode macro.
(ccreg): New mode attribute.
(*mov{si,di,sf,df}_on_{cc,si,di}): Name formerly unnamed patterns.
Redefine using :GPR and :MOVECC.  Use %T and %t for the condition.
(mov[sd]icc): Redefine using :GPR.

From-SVN: r86515
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md