Added some patterns
This commit is contained in:
parent
3e16cf5116
commit
9565b3bd24
|
@ -1920,6 +1920,16 @@ with CXREG DXREG ACC
|
|||
kills ALL
|
||||
gen joehoe {label,".cuu"} yields %3
|
||||
|
||||
pat loc loc cii zeq $1==1 $$ $2==2
|
||||
with GENREG
|
||||
gen test %1.1
|
||||
je {label, $4}
|
||||
|
||||
pat loc loc cii zne $1==1 $$ $2==2
|
||||
with GENREG
|
||||
gen test %1.1
|
||||
jne {label, $4}
|
||||
|
||||
pat loc loc cii loc and zeq $4<256 && $4>=0 && $5==2 && $1==1 && $2==2
|
||||
leaving loc $4 and $5 zeq $6
|
||||
pat loc loc cii loc and zne $4<256 && $4>=0 && $5==2 && $1==1 && $2==2
|
||||
|
|
Loading…
Reference in a new issue