Searched defs:CPSR (Results 1 – 2 of 2) sorted by relevance
250 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()295 bool CPSR = false; in AddOptionalDefs() local
773 enum SpecialRegisterType { APSR = 0, CPSR = 0, SPSR = 1 }; enumerator