Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp250 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()
295 bool CPSR = false; in AddOptionalDefs() local
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h224 enum SRegister { CPSR = 0 << 22, SPSR = 1 << 22 }; enumerator
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h771 enum SpecialRegisterType { APSR = 0, CPSR = 0, SPSR = 1 }; enumerator