Home
last modified time | relevance | path

Searched refs:CLRM (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1113 MachineInstrBuilder CLRM = in CMSEClearGPRegs() local
1116 CLRM.addReg(R, RegState::Define); in CMSEClearGPRegs()
1117 CLRM.addReg(ARM::APSR, RegState::Define); in CMSEClearGPRegs()
1118 CLRM.addReg(ARM::CPSR, RegState::Define | RegState::Implicit); in CMSEClearGPRegs()
H A DARMRegisterInfo.td292 // GPRs without the PC and SP registers but with APSR. Used by CLRM instruction.
H A DARMInstrInfo.td598 // Used by CLRM
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1741 bool CLRM = false; in DecodeRegListOperand() local
1757 CLRM = true; in DecodeRegListOperand()
1765 if (CLRM) { in DecodeRegListOperand()