Home | History | Annotate | Download | only in target-mips

Lines Matching refs:tcs

602         return env->tcs[other_tc].CP0_TCStatus;
617 return env->tcs[other_tc].CP0_TCBind;
632 return env->tcs[other_tc].PC;
647 return env->tcs[other_tc].CP0_TCHalt;
662 return env->tcs[other_tc].CP0_TCContext;
677 return env->tcs[other_tc].CP0_TCSchedule;
692 return env->tcs[other_tc].CP0_TCScheFBack;
708 tcstatus = env->tcs[other_tc].CP0_TCStatus;
722 tcstatus = env->tcs[other_tc].CP0_TCStatus;
764 tcstatus = env->tcs[other_tc].CP0_Debug_tcstatus;
849 // TODO: Enable/disable TCs.
928 env->tcs[other_tc].CP0_TCStatus = arg1;
954 newval = (env->tcs[other_tc].CP0_TCBind & ~mask) | (arg1 & mask);
955 env->tcs[other_tc].CP0_TCBind = newval;
977 env->tcs[other_tc].PC = arg1;
978 env->tcs[other_tc].CP0_TCStatus &= ~(1 << CP0TCSt_TDS);
1000 env->tcs[other_tc].CP0_TCHalt = arg1;
1015 env->tcs[other_tc].CP0_TCContext = arg1;
1030 env->tcs[other_tc].CP0_TCSchedule = arg1;
1045 env->tcs[other_tc].CP0_TCScheFBack = arg1;
1144 tcstatus = (env->tcs[other_tc].CP0_TCStatus & ~0xff) | (arg1 & 0xff);
1145 env->tcs[other_tc].CP0_TCStatus = tcstatus;
1181 int32_t tcstatus = env->tcs[other_tc].CP0_TCStatus;
1190 env->tcs[other_tc].CP0_TCStatus = tcstatus;
1296 env->tcs[other_tc].CP0_Debug_tcstatus = val;
1334 return env->tcs[other_tc].gpr[sel];
1344 return env->tcs[other_tc].LO[sel];
1354 return env->tcs[other_tc].HI[sel];
1364 return env->tcs[other_tc].ACX[sel];
1374 return env->tcs[other_tc].DSPControl;
1384 env->tcs[other_tc].gpr[sel] = arg1;
1394 env->tcs[other_tc].LO[sel] = arg1;
1404 env->tcs[other_tc].HI[sel] = arg1;
1414 env->tcs[other_tc].ACX[sel] = arg1;
1424 env->tcs[other_tc].DSPControl = arg1;