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

  /external/qemu/target-arm/
cpu.h 747 #define IS_M(env) arm_feature(env, ARM_FEATURE_M)
translate.c     [all...]
helper.c 328 if (IS_M(env)) {
877 if (IS_M(env)) {
    [all...]
  /external/qemu/disas/
mips.c     [all...]
  /external/qemu/
cpu-exec.c 474 && ((IS_M(env) && env->regs[15] < 0xfffffff0)
    [all...]

Completed in 63 milliseconds