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 317 #define CPSR_F (1U << 6)
helper.c 325 env->uncached_cpsr = ARM_CPU_MODE_SVC | CPSR_A | CPSR_F | CPSR_I;
950 mask = CPSR_A | CPSR_I | CPSR_F;
964 mask = CPSR_A | CPSR_I | CPSR_F;
    [all...]
translate.c     [all...]
  /external/qemu/
cpu-exec.c 459 && !(env->uncached_cpsr & CPSR_F)) {
    [all...]

Completed in 2855 milliseconds