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 670 *tc = env->current_tc;
712 if (tc == cpu->current_tc) {
763 if (tc == cpu->current_tc) {
804 if (other_tc == other->current_tc)
820 if (other_tc == other->current_tc)
836 if (other_tc == other->current_tc)
852 if (other_tc == other->current_tc)
868 if (other_tc == other->current_tc)
884 if (other_tc == other->current_tc)
900 if (other_tc == other->current_tc)
    [all...]
machine.c 81 qemu_put_be32s(f, &env->current_tc);
232 qemu_get_be32s(f, &env->current_tc);
cpu.h 185 uint32_t current_tc; member in struct:CPUMIPSState
translate.c     [all...]

Completed in 60 milliseconds