Commit d50b463e by DJ Delorie Committed by DJ Delorie

rl78-real.md (addqi3_real): Allow adding global variables to the accumulator.

* config/rl78/rl78-real.md (addqi3_real): Allow adding global
variables to the accumulator.

From-SVN: r213999
parent 7d73b2cb
......@@ -11,6 +11,9 @@
2014-08-14 DJ Delorie <dj@redhat.com>
* config/rl78/rl78-real.md (addqi3_real): Allow adding global
variables to the accumulator.
* config/rl78/predicates.md (rl78_near_mem_operand): New.
* config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
(movhi_virt_mm): Split out near mem-mem moves to avoid problems
......
......@@ -99,7 +99,7 @@
(define_insn "*addqi3_real"
[(set (match_operand:QI 0 "nonimmediate_operand" "=rvWabWhlWh1,rvWabWhlWh1,a,*bcdehl")
(plus:QI (match_operand:QI 1 "general_operand" "%0,0,0,0")
(match_operand:QI 2 "general_operand" "K,L,RWhlWh1i,a")))
(match_operand:QI 2 "general_operand" "K,L,RWhlWh1Wabi,a")))
]
"rl78_real_insns_ok ()"
"@
......
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