Commit e7e7bc4b by David Holsgrove Committed by Michael Eager

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
parent 8011ccca
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> 2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
* config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
......
...@@ -1485,7 +1485,7 @@ ...@@ -1485,7 +1485,7 @@
(set_attr "length" "124")] (set_attr "length" "124")]
) )
(define_insn "*ashlri_reg" (define_insn "*ashrsi_reg"
[(set (match_operand:SI 0 "register_operand" "=&d") [(set (match_operand:SI 0 "register_operand" "=&d")
(ashiftrt:SI (match_operand:SI 1 "register_operand" "d") (ashiftrt:SI (match_operand:SI 1 "register_operand" "d")
(match_operand:SI 2 "register_operand" "d")))] (match_operand:SI 2 "register_operand" "d")))]
...@@ -1574,7 +1574,7 @@ ...@@ -1574,7 +1574,7 @@
(set_attr "length" "124")] (set_attr "length" "124")]
) )
(define_insn "*lshlri_reg" (define_insn "*lshrsi_reg"
[(set (match_operand:SI 0 "register_operand" "=&d") [(set (match_operand:SI 0 "register_operand" "=&d")
(lshiftrt:SI (match_operand:SI 1 "register_operand" "d") (lshiftrt:SI (match_operand:SI 1 "register_operand" "d")
(match_operand:SI 2 "register_operand" "d")))] (match_operand:SI 2 "register_operand" "d")))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment