Searched refs:ITSTATE (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ |
| H A D | ArchitectureArm.cpp | 111 const uint32_t ITSTATE = Bits32(cpsr, 15, 10) << 2 | Bits32(cpsr, 26, 25); in OverrideStopInfo() local 112 if (ITSTATE != 0) { in OverrideStopInfo() 113 const uint32_t condition = Bits32(ITSTATE, 7, 4); in OverrideStopInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | Thumb2ITBlockPass.cpp | 91 if (!Reg || Reg == ARM::ITSTATE || Reg == ARM::SP) in INITIALIZE_PASS() 218 MI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions() 248 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions() 273 LastITMI->findRegisterUseOperand(ARM::ITSTATE)->setIsKill(); in InsertITInstructions()
|
| H A D | ARMLowOverheadLoops.cpp | 563 RDA.getReachingLocalUses(&IT, MCRegister::from(ARM::ITSTATE), in INITIALIZE_PASS() 573 if (MachineOperand *MO = Dead->findRegisterUseOperand(ARM::ITSTATE)) { in INITIALIZE_PASS()
|
| H A D | ARMRegisterInfo.td | 192 def ITSTATE : ARMReg<4, "itstate">;
|
| H A D | ARMBaseInstrInfo.cpp | 6440 if (MI.readsRegister(ARM::ITSTATE, TRI) || in getOutliningType() 6441 MI.modifiesRegister(ARM::ITSTATE, TRI)) in getOutliningType()
|
| H A D | ARMInstrThumb2.td | 3966 let Defs = [ITSTATE] in
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 2784 ITSTATE.IT<7:0> = firstcond:mask; in EmulateIT()
|