Home | History | Annotate | Download | only in ARM

Lines Matching full:spsr

3897   // the register is spsr (R bit is 1) or one of cpsr/apsr (R bit is 0), and
3911 if (Reg != "cpsr" && Reg != "spsr") {
3920 // the relevant and valid flags allowed for cpsr and spsr.
3946 // If the register is spsr then we need to set the R bit.
3947 if (Reg == "spsr")
4053 // of the remaining possible values which are apsr, cpsr or spsr.
4062 if (SpecialReg == "spsr") {
4169 // are apsr, spsr and cpsr; these are also valid on older cores.