microblaze.md: Correct ashrsi_reg / lshrsi_reg names
2014-02-23 David Holsgrove <david.holsgrove@xilinx.com> * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg names From-SVN: r208061
This commit is contained in:
parent
8011cccab2
commit
e7e7bc4b97
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
|
||||
|
||||
* config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg names
|
||||
|
||||
2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
|
||||
|
||||
* config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
|
||||
|
|
|
@ -1485,7 +1485,7 @@
|
|||
(set_attr "length" "124")]
|
||||
)
|
||||
|
||||
(define_insn "*ashlri_reg"
|
||||
(define_insn "*ashrsi_reg"
|
||||
[(set (match_operand:SI 0 "register_operand" "=&d")
|
||||
(ashiftrt:SI (match_operand:SI 1 "register_operand" "d")
|
||||
(match_operand:SI 2 "register_operand" "d")))]
|
||||
|
@ -1574,7 +1574,7 @@
|
|||
(set_attr "length" "124")]
|
||||
)
|
||||
|
||||
(define_insn "*lshlri_reg"
|
||||
(define_insn "*lshrsi_reg"
|
||||
[(set (match_operand:SI 0 "register_operand" "=&d")
|
||||
(lshiftrt:SI (match_operand:SI 1 "register_operand" "d")
|
||||
(match_operand:SI 2 "register_operand" "d")))]
|
||||
|
|
Loading…
Add table
Reference in a new issue