Home
last modified time | relevance | path

Searched refs:ACX (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1469 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()
/openbmc/qemu/target/mips/system/
H A Dmachine.c90 VMSTATE_UINTTL_ARRAY(ACX, TCState, MIPS_DSP_ACC),
/openbmc/qemu/target/mips/
H A Dcpu.h474 target_ulong ACX[MIPS_DSP_ACC]; member