Home | History | Annotate | Download | only in target-arm

Lines Matching full:spsr

3490 static uint32_t msr_mask(CPUState *env, DisasContext *s, int flags, int spsr) {
3514 if (!spsr)
3523 static int gen_set_psr(DisasContext *s, uint32_t mask, int spsr, TCGv t0)
3526 if (spsr) {
3531 tmp = load_cpu_field(spsr);
3535 store_cpu_field(tmp, spsr);
3545 static int gen_set_psr_im(DisasContext *s, uint32_t mask, int spsr, uint32_t val)
3550 return gen_set_psr(s, mask, spsr, tmp);
3558 tmp = load_cpu_field(spsr);
6535 tmp = load_cpu_field(spsr);
6717 tmp = load_cpu_field(spsr);
7651 /* Restore CPSR from SPSR. */
7652 tmp = load_cpu_field(spsr);
8435 case 1: /* msr spsr. */
8514 case 7: /* mrs spsr. */
8518 tmp = load_cpu_field(spsr);