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