Added some neccessary NC's
This commit is contained in:
parent
a0dad9f908
commit
fe3fe78538
|
@ -400,35 +400,35 @@ sti $1==1 | REG source1or2 |
|
||||||
... | regind2 source1or2 |
|
... | regind2 source1or2 |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
move(%[2],{reginddef1,%[1.reg],%[1.ind]}) | | |
|
move(%[2],{reginddef1,%[1.reg],%[1.ind]}) | | |
|
||||||
sti $1==4 | dadres2 FLT_REG |
|
sti $1==4 | NC dadres2 FLT_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movfo %[2],*%[1]"
|
"movfo %[2],*%[1]"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | dadres2 ftolong |
|
... | NC dadres2 ftolong |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"setl\nmovfi %[2.reg],*%[1]\nseti"
|
"setl\nmovfi %[2.reg],*%[1]\nseti"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | regconst2 FLT_REG |
|
... | NC regconst2 FLT_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movfo %[2],%[1.ind](%[1.reg])"
|
"movfo %[2],%[1.ind](%[1.reg])"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | regconst2 ftolong |
|
... | NC regconst2 ftolong |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"setl\nmovfi %[2.reg],%[1.ind](%[1.reg])\nseti"
|
"setl\nmovfi %[2.reg],%[1.ind](%[1.reg])\nseti"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | ADDR_LOCAL FLT_REG |
|
... | NC ADDR_LOCAL FLT_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movfo %[2],%[1.ind](r5)"
|
"movfo %[2],%[1.ind](r5)"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | ADDR_LOCAL ftolong |
|
... | NC ADDR_LOCAL ftolong |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"setl\nmovfi %[2.reg],%[1.ind](r5)\nseti"
|
"setl\nmovfi %[2.reg],%[1.ind](r5)\nseti"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | ADDR_EXTERNAL FLT_REG |
|
... | NC ADDR_EXTERNAL FLT_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movfo %[2],%[1.ind]"
|
"movfo %[2],%[1.ind]"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | ADDR_EXTERNAL ftolong |
|
... | NC ADDR_EXTERNAL ftolong |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"setl\nmovfi %[2.reg],%[1.ind]\nseti"
|
"setl\nmovfi %[2.reg],%[1.ind]\nseti"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
|
@ -440,19 +440,19 @@ sti $1==4 | dadres2 FLT_REG |
|
||||||
"mov (sp)+,(%[1])+"
|
"mov (sp)+,(%[1])+"
|
||||||
"mov (sp)+,(%[1])"
|
"mov (sp)+,(%[1])"
|
||||||
erase(%[1]) | | | (4,2040)
|
erase(%[1]) | | | (4,2040)
|
||||||
sti $1==8 | dadres2 DBL_REG |
|
sti $1==8 | NC dadres2 DBL_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movf %[2],*%[1]"
|
"movf %[2],*%[1]"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | regconst2 DBL_REG |
|
... | NC regconst2 DBL_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movf %[2],%[1.ind](%[1.reg])"
|
"movf %[2],%[1.ind](%[1.reg])"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | ADDR_LOCAL DBL_REG |
|
... | NC ADDR_LOCAL DBL_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movf %[2],%[1.ind](r5)"
|
"movf %[2],%[1.ind](r5)"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
... | ADDR_EXTERNAL DBL_REG |
|
... | NC ADDR_EXTERNAL DBL_REG |
|
||||||
INDSTORE
|
INDSTORE
|
||||||
"movf %[2],%[1.ind]"
|
"movf %[2],%[1.ind]"
|
||||||
samecc | | |
|
samecc | | |
|
||||||
|
|
Loading…
Reference in a new issue