Added some patterns

This commit is contained in:
ceriel 1991-03-26 10:11:23 +00:00
parent 3e16cf5116
commit 9565b3bd24

View file

@ -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