Added str0 and str 1.
This commit is contained in:
parent
8ebd47f7d7
commit
cd5fb7ea8c
1 changed files with 9 additions and 0 deletions
|
@ -235,6 +235,7 @@ jsr tosdst4+label .
|
|||
ret const4:ro .
|
||||
adjspd tossrc4:ro .
|
||||
exit label .
|
||||
sprd tossrc4:ro, MEMREG:rw .
|
||||
|
||||
|
||||
|
||||
|
@ -2180,6 +2181,14 @@ pat sim
|
|||
with src24
|
||||
gen movw %1, {absolute2, ".ignmask"}
|
||||
|
||||
pat str $1==0
|
||||
with src4
|
||||
gen sprd %1, fp
|
||||
|
||||
pat str $1==1
|
||||
with src4
|
||||
gen sprd %1, sp
|
||||
|
||||
pat str $1==2
|
||||
with src4
|
||||
gen move %1, {absolute4, ".reghp"}
|
||||
|
|
Loading…
Reference in a new issue