HomeSort by relevance Sort by last modified time
    Searched refs:CPSR_F (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-arm/
cpu.h 265 #define CPSR_F (1 << 6)
helper.c 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;
    [all...]
translate.c     [all...]
  /external/qemu/
cpu-exec.c 501 && !(env->uncached_cpsr & CPSR_F)) {
    [all...]

Completed in 23 milliseconds