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

  /external/qemu/target-mips/
op_helper.c 599 if (other_tc == env->current_tc)
614 if (other_tc == env->current_tc)
629 if (other_tc == env->current_tc)
644 if (other_tc == env->current_tc)
659 if (other_tc == env->current_tc)
674 if (other_tc == env->current_tc)
689 if (other_tc == env->current_tc)
705 if (other_tc == env->current_tc)
719 if (other_tc == env->current_tc)
761 if (other_tc == env->current_tc)
    [all...]
machine.c 81 qemu_put_be32s(f, &env->current_tc);
232 qemu_get_be32s(f, &env->current_tc);
cpu.h 177 uint32_t current_tc; member in struct:CPUMIPSState
translate.c     [all...]

Completed in 445 milliseconds