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