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

  /external/qemu/target-arm/
cpu.h 322 #define CPSR_GE (0xfU << 16)
334 #define CACHED_CPSR_BITS (CPSR_T | CPSR_GE | CPSR_IT | CPSR_Q | CPSR_NZCV)
336 #define CPSR_USER (CPSR_NZCV | CPSR_Q | CPSR_GE)
helper.c 551 if (mask & CPSR_GE) {
    [all...]
translate.c     [all...]

Completed in 55 milliseconds