HomeSort by relevance Sort by last modified time
    Searched defs:CPSR (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 207 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) {
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 = false
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 208 bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR);
221 // default CCReg argument. Sets CPSR if we're setting CPSR instead of CCR.
222 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) {
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 = false
    [all...]
  /external/v8/src/arm/
constants-arm.h 250 CPSR = 0 << 22,
273 CPSR_c = CPSR | 1 << 16,
274 CPSR_x = CPSR | 1 << 17,
275 CPSR_s = CPSR | 1 << 18,
276 CPSR_f = CPSR | 1 << 19,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 515 UINT32 CPSR;

Completed in 117 milliseconds