Lines Matching defs:DisasContext
19 typedef struct DisasContext { struct
20 DisasContextBase base; argument
21 target_ulong saved_pc;
22 target_ulong page_start;
23 uint32_t opcode;
24 uint64_t insn_flags;
25 int32_t CP0_Config0;
26 int32_t CP0_Config1;
27 int32_t CP0_Config2;
28 int32_t CP0_Config3;
29 int32_t CP0_Config5;
54 } DisasContext; argument