Commit 8d2fd9c9 by DJ Delorie Committed by DJ Delorie

re PR target/31482 (error: could not split insn, internal compiler error: in final_scan_insn)

PR target/31482
* config/m32c/cond.md (stzx_reversed_<mode>): Add an output
constraint.
(movqicc_<code>_<mode>): Likewise.
(movhicc_<code>_<mode>): Likewise.

From-SVN: r128742
parent c6004917
2007-09-24 DJ Delorie <dj@redhat.com>
PR target/31482
* config/m32c/cond.md (stzx_reversed_<mode>): Add an output
constraint.
(movqicc_<code>_<mode>): Likewise.
(movhicc_<code>_<mode>): Likewise.
2007-09-24 Rask Ingemann Lambertsen <rask@sygehus.dk>
PR target/33184
......@@ -90,7 +90,7 @@
[(set_attr "flags" "n,n,n")])
(define_insn_and_split "stzx_reversed_<mode>"
[(set (match_operand:QHI 0 "m32c_r0_operand" "")
[(set (match_operand:QHI 0 "m32c_r0_operand" "=R0w")
(if_then_else:QHI (ne (reg:CC FLG_REGNO) (const_int 0))
(match_operand:QHI 1 "const_int_operand" "")
(match_operand:QHI 2 "const_int_operand" "")))]
......@@ -201,7 +201,7 @@
)
(define_insn_and_split "movqicc_<code>_<mode>"
[(set (match_operand:QI 0 "register_operand" "")
[(set (match_operand:QI 0 "register_operand" "=R0w")
(if_then_else:QI (eqne_cond:QI (match_operand:QHPSI 1 "mra_operand" "RraSd")
(match_operand:QHPSI 2 "mrai_operand" "RraSdi"))
(match_operand:QI 3 "const_int_operand" "")
......@@ -221,7 +221,7 @@
)
(define_insn_and_split "movhicc_<code>_<mode>"
[(set (match_operand:HI 0 "register_operand" "")
[(set (match_operand:HI 0 "register_operand" "=R0w")
(if_then_else:HI (eqne_cond:HI (match_operand:QHPSI 1 "mra_operand" "RraSd")
(match_operand:QHPSI 2 "mrai_operand" "RraSdi"))
(match_operand:QI 3 "const_int_operand" "")
......
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