Searched refs:ACX (Results 1 – 3 of 3) sorted by relevance
1469 return other->active_tc.ACX[sel]; in helper_mftacx()1471 return other->tcs[other_tc].ACX[sel]; in helper_mftacx()1529 other->active_tc.ACX[sel] = arg1; in helper_mttacx()1531 other->tcs[other_tc].ACX[sel] = arg1; in helper_mttacx()
90 VMSTATE_UINTTL_ARRAY(ACX, TCState, MIPS_DSP_ACC),
474 target_ulong ACX[MIPS_DSP_ACC]; member