* config/rs6000/rs6000.c (mask_operand): Rewrite without
commit8ba93479a15d2ab877fa5524bfcbf3c931661030
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2001 15:52:35 +0000 (27 15:52 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2001 15:52:35 +0000 (27 15:52 +0000)
tree50af4f9077687a22c24751668bbbe8a3bd6ee6bd
parent8738e3b029445f74b522f1d9cf46a61ef8e0c8b3
* config/rs6000/rs6000.c (mask_operand): Rewrite without
bit-shifting loop.
(mask64_operand): Likewise.
(rldic_operand): Delete.
(includes_lshift64_p): Delete.
(includes_rldic_lshift_p): New function.
(includes_rldicr_lshift_p): New function.
(print_operand): Don't call rldic_operand in case 'W'.
* config/rs6000/rs6000-protos.h (rldic_operand): Remove.
(includes_lshift64_p): Remove.
(includes_rldic_lshift_p): Declare.
(includes_rldicr_lshift_p): Declare.
* config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
* config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
Replace match_operand rldic_operand predicate with
const_int_operand.  Replace includes_lshift64_p condition with
includes_rldic_lshift_p.
<ashldi3_internal 64 bit rldicr patterns>: New.

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