Added some patterns
This commit is contained in:
parent
f9f8f93115
commit
0f809c61dc
1 changed files with 2 additions and 0 deletions
|
@ -480,8 +480,10 @@ loi loc loc cii loc cmi zeq $1==1 && $2==1 && $3==w && $5>=0 && $5<128 && $6==w:
|
|||
loi loc loc cii loc cmi zne $1==1 && $2==1 && $3==w && $5>=0 && $5<128 && $6==w: loi 1 loc $5 cmi w zne $7
|
||||
loi loc loc cii loc loc ciu loc and $1==1 && $2==1 && $3==w && $5==w && $6==w && $8==255 && $9==w: loi 1
|
||||
loc and LEP sti $1==255 && $2==w && $4==1: LEP $3 sti $4
|
||||
loc and LEP adp sti $1==255 && $2==w && $5==1: LEP $3 adp $4 sti $5
|
||||
loc and lae sti $1==255 && $2==w && $4==1: lae $3 sti $4
|
||||
loc and LLP sti $1==255 && $2==w && $4==1: LLP $3 sti $4
|
||||
loc and LLP adp sti $1==255 && $2==w && $5==1: LLP $3 adp $4 sti $5
|
||||
loc and lal sti $1==255 && $2==w && $4==1: lal $3 sti $4
|
||||
cmp teq : cms p teq
|
||||
cmp tne : cms p tne
|
||||
|
|
Loading…
Reference in a new issue