Home | History | Annotate | Download | only in ARM

Lines Matching full:spsr

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.
3551 // If the register is spsr then we need to set the R bit.
3552 if (Reg == "spsr")
3645 // of the remaining possible values which are apsr, cpsr or spsr.
3653 if (SpecialReg == "spsr") {
3753 // are apsr, spsr and cpsr; these are also valid on older cores.