mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 21:51:45 +08:00
sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
* config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG. (divsi3_i4_int): Likewise. From-SVN: r112476
This commit is contained in:
parent
d744ac36a7
commit
95ec2af0c2
@ -1,3 +1,8 @@
|
||||
2006-03-28 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
|
||||
(divsi3_i4_int): Likewise.
|
||||
|
||||
2006-03-28 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* expr.c (emit_group_store): Only create a new pseudo reg if the
|
||||
|
@ -1798,6 +1798,8 @@
|
||||
(clobber (reg:SI T_REG))
|
||||
(clobber (reg:SI R1_REG))
|
||||
(clobber (reg:SI PR_REG))
|
||||
(clobber (reg:SI MACH_REG))
|
||||
(clobber (reg:SI MACL_REG))
|
||||
(use (match_operand:SI 1 "arith_reg_operand" "r"))]
|
||||
"TARGET_SH1"
|
||||
"jsr @%1%#"
|
||||
@ -2052,6 +2054,8 @@
|
||||
(clobber (reg:SI T_REG))
|
||||
(clobber (reg:SI PR_REG))
|
||||
(clobber (reg:SI R1_REG))
|
||||
(clobber (reg:SI MACH_REG))
|
||||
(clobber (reg:SI MACL_REG))
|
||||
(use (match_operand:SI 1 "arith_reg_operand" "r"))]
|
||||
"TARGET_SH1"
|
||||
"jsr @%1%#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user