OSDN Git Service

* config/mips/mips.h (ISA_HAS_INT_CONDMOVE): Delete.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 20:43:57 +0000 (20:43 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 20:43:57 +0000 (20:43 +0000)
commit00b5c4a1dc915e2696b48e960b1d67272c83079a
tree042ef3503fcd81e676e26c73a40860f4b669477b
parenta062259bacb097b5a00e32db22f7686f9cc5cce7
* 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.

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