Implement NOT...
--HG-- branch : dtrg-videocore
This commit is contained in:
parent
d5a112dbfd
commit
86c6fa2f1e
|
@ -144,6 +144,7 @@ INSTRUCTIONS
|
|||
lsr GPR:rw, GPR+CONST:ro.
|
||||
mov GPR:wo, GPR+CONST:ro.
|
||||
mul GPR:rw, GPR+CONST:ro.
|
||||
mvn GPR:wo, GPR+CONST:ro.
|
||||
neg GPR:rw, GPR+CONST:ro.
|
||||
or GPR:rw, GPR+CONST:ro.
|
||||
pop GPR0+GPR6+GPR16+GPRFP+GPRPC:wo.
|
||||
|
@ -837,6 +838,13 @@ PATTERNS
|
|||
eor %a, %2
|
||||
yields %a
|
||||
|
||||
pat com $1==QUAD /* Complement */
|
||||
with GPR
|
||||
uses reusing %1, REG=%1
|
||||
gen
|
||||
mvn %a, %1
|
||||
yields %a
|
||||
|
||||
pat dvi $1==QUAD /* Divide word (second / top) */
|
||||
with GPR GPR
|
||||
uses reusing %2, REG
|
||||
|
|
Loading…
Reference in a new issue