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

  /external/qemu/target-arm/
cpu.h 104 uint32_t ZF; /* Z set if zero. */
296 int ZF;
297 ZF = (env->ZF == 0);
298 return (env->NF & 0x80000000) | (ZF << 30)
309 env->ZF = (~val) & CPSR_Z;
op_helper.c 338 env->NF = env->ZF = result;
355 env->NF = env->ZF = result;
363 env->NF = env->ZF = result;
380 env->NF = env->ZF = result;
helper.c 476 int ZF;
477 ZF = (env->ZF == 0);
478 return env->uncached_cpsr | (env->NF & 0x80000000) | (ZF << 30) |
488 env->ZF = (~val) & CPSR_Z;
    [all...]
translate.c 393 tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, ZF));
617 tmp = load_cpu_field(ZF);
621 tmp = load_cpu_field(ZF);
653 tmp = load_cpu_field(ZF);
661 tmp = load_cpu_field(ZF);
680 tmp = load_cpu_field(ZF);
691 tmp = load_cpu_field(ZF);
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
T_aget_boolean_8.d 27 .method public run([ZF)Z

Completed in 73 milliseconds