Searched defs:CPSR (Results 1 – 4 of 4) sorted by relevance
221 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()268 bool CPSR = false; in AddOptionalDefs() local
222 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()268 bool CPSR = false; in AddOptionalDefs() local
250 CPSR = 0 << 22, enumerator
768 enum SpecialRegisterType { APSR = 0, CPSR = 0, SPSR = 1 }; enumerator