219c219
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
244c244
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
273c273
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
302c302
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
325c325
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
356c356
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
388c388
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
421c421
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
454c454
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
475c475
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
498c498
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))
523c523
< if (arm_predicate(xc->readMiscReg(ArmISA::CPSR), condCode))
---
> if (testPredicate(xc->readMiscReg(ArmISA::MISCREG_CPSR), condCode))