Searched refs:CLRM (Results 1 – 4 of 4) sorted by relevance
1187 MachineInstrBuilder CLRM = in CMSEClearGPRegs() local1190 CLRM.addReg(R, RegState::Define); in CMSEClearGPRegs()1191 CLRM.addReg(ARM::APSR, RegState::Define); in CMSEClearGPRegs()1192 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.
609 // Used by CLRM
1740 bool CLRM = false; in DecodeRegListOperand() local1756 CLRM = true; in DecodeRegListOperand()1764 if (CLRM) { in DecodeRegListOperand()