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

  /external/qemu/target-mips/
machine.c 22 qemu_put_sbe32s(f, &tc->CP0_TCBind);
169 qemu_get_sbe32s(f, &tc->CP0_TCBind);
cpu.h 161 int32_t CP0_TCBind;
op_helper.c 607 return env->active_tc.CP0_TCBind;
615 return env->active_tc.CP0_TCBind;
617 return env->tcs[other_tc].CP0_TCBind;
938 newval = (env->active_tc.CP0_TCBind & ~mask) | (arg1 & mask);
939 env->active_tc.CP0_TCBind = newval;
951 newval = (env->active_tc.CP0_TCBind & ~mask) | (arg1 & mask);
952 env->active_tc.CP0_TCBind = newval;
954 newval = (env->tcs[other_tc].CP0_TCBind & ~mask) | (arg1 & mask);
955 env->tcs[other_tc].CP0_TCBind = newval;
    [all...]
translate.c     [all...]

Completed in 3095 milliseconds