|
if MatchInstruction(p, [A_ADC,A_ADD,A_BIC,A_SUB,A_MUL,A_MVN,A_MOV,A_ORR,A_EOR,A_AND,
|
|
if MatchInstruction(p, [A_ADC,A_ADD,A_BIC,A_SUB,A_MUL,A_MVN,A_MOV,A_ORR,A_EOR,A_AND,
|
|
A_RSB,A_RSC,A_SBC,A_MLA], [C_None], [PF_None]) and
|
|
A_RSB,A_RSC,A_SBC,A_MLA], [C_None], [PF_None]) and
|
|
MatchInstruction(hp1, A_CMP, [C_None], [PF_None]) and
|
|
MatchInstruction(hp1, A_CMP, [C_None], [PF_None]) and
|