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

Lines Matching refs:CPSR_F

289     env->uncached_cpsr = ARM_CPU_MODE_SVC | CPSR_A | CPSR_F | CPSR_I;
910 mask = CPSR_A | CPSR_I | CPSR_F;
924 mask = CPSR_A | CPSR_I | CPSR_F;
2241 return (env->uncached_cpsr & CPSR_F) != 0;
2298 env->uncached_cpsr |= CPSR_F;
2300 env->uncached_cpsr &= ~CPSR_F;