49,53c49,50
< predicateTest = '''
< testPredicate(CondCodes, machInst.itstateMask ?
< (ConditionCode)(uint8_t)machInst.itstateCond :
< condCode)
< '''
---
> predicateTest = 'testPredicate(OptCondCodes, condCode)'
> condPredicateTest = 'testPredicate(CondCodes, condCode)'