Searched defs:CPSR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp207 bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
220 // default CCReg argument. Sets CPSR if we're setting CPSR instead of CCR.
221 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { argument
226 // Look to see if our OptionalDef is defining CPSR or CCR.
230 if (MO.getReg() == ARM::CPSR)
231 *CPSR = true;
254 // CPSR defs that need to be added before the remaining operands. See s_cc_out
267 // defines CPSR. All other OptionalDefines in ARM are the CCR register.
268 bool CPSR local
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h281 CPSR = 0 << 22, enumerator in enum:v8::internal::SRegister
304 CPSR_c = CPSR | 1 << 16,
305 CPSR_x = CPSR | 1 << 17,
306 CPSR_s = CPSR | 1 << 18,
307 CPSR_f = CPSR | 1 << 19,

Completed in 217 milliseconds