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

/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h245 CPSR = 0 << 22, enumerator in enum:v8::internal::SRegister
268 CPSR_c = CPSR | 1 << 16,
269 CPSR_x = CPSR | 1 << 17,
270 CPSR_s = CPSR | 1 << 18,
271 CPSR_f = CPSR | 1 << 19,
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp224 bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
237 // default CCReg argument. Sets CPSR if we're setting CPSR instead of CCR.
238 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { argument
242 // Look to see if our OptionalDef is defining CPSR or CCR.
246 if (MO.getReg() == ARM::CPSR)
247 *CPSR = true;
270 // CPSR defs that need to be added before the remaining operands. See s_cc_out
283 // defines CPSR. All other OptionalDefines in ARM are the CCR register.
284 bool CPSR local
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h280 CPSR = 0 << 22, enumerator in enum:v8::internal::SRegister
303 CPSR_c = CPSR | 1 << 16,
304 CPSR_x = CPSR | 1 << 17,
305 CPSR_s = CPSR | 1 << 18,
306 CPSR_f = CPSR | 1 << 19,

Completed in 130 milliseconds