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

Lines Matching refs:cpsr

2896                         /* Set the 4 flag bits in the CPSR.  */
3565 static void gen_rfe(DisasContext *s, TCGv pc, TCGv cpsr)
3567 gen_set_cpsr(cpsr, 0xffffffff);
3568 tcg_temp_free_i32(cpsr);
6575 /* Load PC into tmp and CPSR into tmp2. */
6687 /* CPSR = immediate */
7651 /* Restore CPSR from SPSR. */
7955 /* Load PC into tmp and CPSR into tmp2. */
8424 case 0: /* msr cpsr. */
8503 case 6: /* mrs cpsr. */