* pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
From-SVN: r35089
This commit is contained in:
parent
0c96ce220d
commit
bd83f9a5d7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-07-17 Mark Klein <mklein@dis.com>
|
||||
|
||||
* pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
|
||||
|
||||
2000-07-17 J. David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
|
||||
|
|
|
@ -4346,11 +4346,12 @@ emit_hpdiv_const (operands, unsignedp)
|
|||
emit
|
||||
(gen_rtx
|
||||
(PARALLEL, VOIDmode,
|
||||
gen_rtvec (5, gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, 29),
|
||||
gen_rtvec (6, gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, 29),
|
||||
gen_rtx_fmt_ee (unsignedp ? UDIV : DIV,
|
||||
SImode,
|
||||
gen_rtx_REG (SImode, 26),
|
||||
operands[2])),
|
||||
gen_rtx_CLOBBER (VOIDmode, operands[4]),
|
||||
gen_rtx_CLOBBER (VOIDmode, operands[3]),
|
||||
gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (SImode, 26)),
|
||||
gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (SImode, 25)),
|
||||
|
|
Loading…
Add table
Reference in a new issue