Lines Matching full:cpsr
139 Reg = CurDAG->getRegister(ARM::CPSR, MVT::i32);
3502 // the register is spsr (R bit is 1) or one of cpsr/apsr (R bit is 0), and
3516 if (Reg != "cpsr" && Reg != "spsr") {
3525 // the relevant and valid flags allowed for cpsr and spsr.
3645 // of the remaining possible values which are apsr, cpsr or spsr.
3646 if (SpecialReg == "apsr" || SpecialReg == "cpsr") {
3753 // are apsr, spsr and cpsr; these are also valid on older cores.