Commit 840cdb80 by DJ Delorie Committed by DJ Delorie

rl78-real.md (andqi3_real): Expand operands for clr1.

* config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
(iorqi3_real): Likewise for set1.

From-SVN: r226023
parent 3a353ff5
2015-07-20 DJ Delorie <dj@redhat.com>
* config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
(iorqi3_real): Likewise for set1.
2015-07-20 Uros Bizjak <ubizjak@gmail.com> 2015-07-20 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
) )
(define_insn "*andqi3_real" (define_insn "*andqi3_real"
[(set (match_operand:QI 0 "rl78_nonimmediate_operand" "=Wsf,A,R,vWsa") [(set (match_operand:QI 0 "rl78_nonimmediate_operand" "=WsfWsaWhlWab,A,R,vWsa")
(and:QI (match_operand:QI 1 "rl78_general_operand" "%0,0,0,0") (and:QI (match_operand:QI 1 "rl78_general_operand" "%0,0,0,0")
(match_operand:QI 2 "rl78_general_operand" "IBqi,iRvWabWhbWh1Whl,A,i"))) (match_operand:QI 2 "rl78_general_operand" "IBqi,iRvWabWhbWh1Whl,A,i")))
] ]
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
) )
(define_insn "*iorqi3_real" (define_insn "*iorqi3_real"
[(set (match_operand:QI 0 "rl78_nonimmediate_operand" "=Wsf,A,R,vWsa") [(set (match_operand:QI 0 "rl78_nonimmediate_operand" "=WsfWsaWhlWab,A,R,vWsa")
(ior:QI (match_operand:QI 1 "rl78_general_operand" "%0,0,0,0") (ior:QI (match_operand:QI 1 "rl78_general_operand" "%0,0,0,0")
(match_operand:QI 2 "rl78_general_operand" "Ibqi,iRvWabWhbWh1Whl,A,i"))) (match_operand:QI 2 "rl78_general_operand" "Ibqi,iRvWabWhbWh1Whl,A,i")))
] ]
......
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