Searched refs:CLRM (Results 1 – 4 of 4) sorted by relevance
1184 MachineInstrBuilder CLRM = in CMSEClearGPRegs() local1187 CLRM.addReg(R, RegState::Define); in CMSEClearGPRegs()1188 CLRM.addReg(ARM::APSR, RegState::Define); in CMSEClearGPRegs()1189 CLRM.addReg(ARM::CPSR, RegState::Define | RegState::Implicit); in CMSEClearGPRegs()
292 // GPRs without the PC and SP registers but with APSR. Used by CLRM instruction.
610 // Used by CLRM
1743 bool CLRM = false; in DecodeRegListOperand() local1759 CLRM = true; in DecodeRegListOperand()1767 if (CLRM) { in DecodeRegListOperand()