Home
last modified time | relevance | path

Searched defs:TCState (Results 1 – 1 of 1) sorted by relevance

/external/qemu/target-mips/
Dcpu.h139 typedef struct TCState TCState; typedef
140 struct TCState { struct
141 target_ulong gpr[32];
142 target_ulong PC;
143 target_ulong HI[MIPS_DSP_ACC];
144 target_ulong LO[MIPS_DSP_ACC];
145 target_ulong ACX[MIPS_DSP_ACC];
146 target_ulong DSPControl;
147 int32_t CP0_TCStatus;
174 TCState active_tc; argument