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

  /external/qemu/target-mips/
cpu.h 154 #define CP0TCSt_TDS 21
op_helper.c 962 env->active_tc.CP0_TCStatus &= ~(1 << CP0TCSt_TDS);
973 env->active_tc.CP0_TCStatus &= ~(1 << CP0TCSt_TDS);
978 env->tcs[other_tc].CP0_TCStatus &= ~(1 << CP0TCSt_TDS);
    [all...]

Completed in 25 milliseconds