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

  /external/qemu/target-arm/
cpu.h 281 #define CPSR_IT (CPSR_IT_0_1 | CPSR_IT_2_7)
282 #define CACHED_CPSR_BITS (CPSR_T | CPSR_GE | CPSR_IT | CPSR_Q | CPSR_NZCV)
286 #define CPSR_EXEC (CPSR_T | CPSR_IT | CPSR_J)
helper.c 816 env->uncached_cpsr &= ~CPSR_IT;
    [all...]
translate.c     [all...]

Completed in 529 milliseconds