Lines Matching refs:CPUMBState

65 void helper_raise_exception(CPUMBState *env, uint32_t index)  in helper_raise_exception()
73 static bool check_divz(CPUMBState *env, uint32_t a, uint32_t b, uintptr_t ra) in check_divz()
91 uint32_t helper_divs(CPUMBState *env, uint32_t a, uint32_t b) in helper_divs()
99 uint32_t helper_divu(CPUMBState *env, uint32_t a, uint32_t b) in helper_divu()
108 static void raise_fpu_exception(CPUMBState *env, uintptr_t ra) in raise_fpu_exception()
117 static void update_fpu_flags(CPUMBState *env, int flags, uintptr_t ra) in update_fpu_flags()
144 uint32_t helper_fadd(CPUMBState *env, uint32_t a, uint32_t b) in helper_fadd()
159 uint32_t helper_frsub(CPUMBState *env, uint32_t a, uint32_t b) in helper_frsub()
173 uint32_t helper_fmul(CPUMBState *env, uint32_t a, uint32_t b) in helper_fmul()
188 uint32_t helper_fdiv(CPUMBState *env, uint32_t a, uint32_t b) in helper_fdiv()
203 uint32_t helper_fcmp_un(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_un()
225 uint32_t helper_fcmp_lt(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_lt()
241 uint32_t helper_fcmp_eq(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_eq()
257 uint32_t helper_fcmp_le(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_le()
274 uint32_t helper_fcmp_gt(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_gt()
288 uint32_t helper_fcmp_ne(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_ne()
303 uint32_t helper_fcmp_ge(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_ge()
318 uint32_t helper_flt(CPUMBState *env, uint32_t a) in helper_flt()
327 uint32_t helper_fint(CPUMBState *env, uint32_t a) in helper_fint()
342 uint32_t helper_fsqrt(CPUMBState *env, uint32_t a) in helper_fsqrt()
369 void helper_stackprot(CPUMBState *env, target_ulong addr) in helper_stackprot()
387 uint32_t helper_mmu_read(CPUMBState *env, uint32_t ext, uint32_t rn) in helper_mmu_read()
392 void helper_mmu_write(CPUMBState *env, uint32_t ext, uint32_t rn, uint32_t v) in helper_mmu_write()
403 CPUMBState *env = &cpu->env; in mb_cpu_transaction_failed()