Home
last modified time | relevance | path

Searched refs:arith_excp (Results 1 – 4 of 4) sorted by relevance

/qemu/target/alpha/
H A Dfpu_helper.c68 arith_excp(env, retaddr, hw_exc, 1ull << regno); in fp_exc_raise1()
118 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input()
123 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input()
136 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input_cmp()
141 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input_cmp()
155 arith_excp(env, GETPC(), EXC_M_INV | EXC_M_SWC, 0); in helper_ieee_input_s()
H A Dint_helper.c262 arith_excp(env, GETPC(), EXC_M_IOV, 0); in helper_check_overflow()
H A Dcpu.h440 G_NORETURN void arith_excp(CPUAlphaState *, uintptr_t, int, uint64_t);
H A Dhelper.c540 G_NORETURN void arith_excp(CPUAlphaState *env, uintptr_t retaddr, in arith_excp() function