Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp1114 MachineInstrBuilder CLRM = in CMSEClearGPRegs() local
1117 CLRM.addReg(R, RegState::Define); in CMSEClearGPRegs()
1118 CLRM.addReg(ARM::APSR, RegState::Define); in CMSEClearGPRegs()
1119 CLRM.addReg(ARM::CPSR, RegState::Define | RegState::Implicit); in CMSEClearGPRegs()
DARMRegisterInfo.td292 // GPRs without the PC and SP registers but with APSR. Used by CLRM instruction.
DARMInstrInfo.td604 // Used by CLRM
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1740 bool CLRM = false; in DecodeRegListOperand() local
1756 CLRM = true; in DecodeRegListOperand()
1764 if (CLRM) { in DecodeRegListOperand()