Lines Matching defs:DisasContext
168 struct DisasContext { struct
169 DisasContextBase base; argument
170 target_ulong cia; /* current instruction address */
171 uint32_t opcode;
173 bool pr, hv, dr, le_mode;
174 bool lazy_tlb_flush;
175 bool need_access_type;
176 int mem_idx;
177 int access_type;
179 MemOp default_tcg_memop_mask;
181 powerpc_excp_t excp_model;
182 bool sf_mode;
183 bool has_cfar;
184 bool has_bhrb;
186 bool fpu_enabled;
187 bool altivec_enabled;
188 bool vsx_enabled;
212 static inline bool need_byteswap(const DisasContext *ctx) in need_byteswap() argument