Home
last modified time | relevance | path

Searched defs:CPSR (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp221 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()
268 bool CPSR = false; in AddOptionalDefs() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp222 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()
268 bool CPSR = false; in AddOptionalDefs() local
/external/v8/src/arm/
Dconstants-arm.h250 CPSR = 0 << 22, enumerator
/external/vixl/src/aarch32/
Dinstructions-aarch32.h768 enum SpecialRegisterType { APSR = 0, CPSR = 0, SPSR = 1 }; enumerator