bug fix for SET instruction on m68k2
This commit is contained in:
parent
eecdf96b0b
commit
6f4da1d70a
4 changed files with 4 additions and 4 deletions
|
@ -4957,7 +4957,7 @@ with conreg2
|
||||||
|
|
||||||
#if WORD_SIZE==2
|
#if WORD_SIZE==2
|
||||||
pat set $1>4
|
pat set $1>4
|
||||||
with any_int STACK
|
with STACK
|
||||||
kills ALL
|
kills ALL
|
||||||
gen move {const, $1}, d0
|
gen move {const, $1}, d0
|
||||||
jsr {absolute4, ".set"}
|
jsr {absolute4, ".set"}
|
||||||
|
|
|
@ -4957,7 +4957,7 @@ with conreg2
|
||||||
|
|
||||||
#if WORD_SIZE==2
|
#if WORD_SIZE==2
|
||||||
pat set $1>4
|
pat set $1>4
|
||||||
with any_int STACK
|
with STACK
|
||||||
kills ALL
|
kills ALL
|
||||||
gen move {const, $1}, d0
|
gen move {const, $1}, d0
|
||||||
jsr {absolute4, ".set"}
|
jsr {absolute4, ".set"}
|
||||||
|
|
|
@ -4957,7 +4957,7 @@ with conreg2
|
||||||
|
|
||||||
#if WORD_SIZE==2
|
#if WORD_SIZE==2
|
||||||
pat set $1>4
|
pat set $1>4
|
||||||
with any_int STACK
|
with STACK
|
||||||
kills ALL
|
kills ALL
|
||||||
gen move {const, $1}, d0
|
gen move {const, $1}, d0
|
||||||
jsr {absolute4, ".set"}
|
jsr {absolute4, ".set"}
|
||||||
|
|
|
@ -4957,7 +4957,7 @@ with conreg2
|
||||||
|
|
||||||
#if WORD_SIZE==2
|
#if WORD_SIZE==2
|
||||||
pat set $1>4
|
pat set $1>4
|
||||||
with any_int STACK
|
with STACK
|
||||||
kills ALL
|
kills ALL
|
||||||
gen move {const, $1}, d0
|
gen move {const, $1}, d0
|
||||||
jsr {absolute4, ".set"}
|
jsr {absolute4, ".set"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue