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.c69 arith_excp(env, retaddr, hw_exc, 1ull << regno); in fp_exc_raise1()
119 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input()
124 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input()
137 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input_cmp()
142 arith_excp(env, GETPC(), EXC_M_INV, 0); in helper_ieee_input_cmp()
156 arith_excp(env, GETPC(), EXC_M_INV | EXC_M_SWC, 0); in helper_ieee_input_s()
H A Dint_helper.c263 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.c538 G_NORETURN void arith_excp(CPUAlphaState *env, uintptr_t retaddr, in arith_excp() function