Home
last modified time | relevance | path

Searched refs:TT_DIV_ZERO (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dhelper.c91 cpu_raise_exception_ra(env, TT_DIV_ZERO, GETPC()); in helper_udiv()
109 cpu_raise_exception_ra(env, TT_DIV_ZERO, GETPC()); in helper_sdiv()
H A Dint32_helper.c56 [TT_DIV_ZERO] = "Division By Zero",
H A Dcpu.h68 #define TT_DIV_ZERO 0x2a macro
82 #define TT_DIV_ZERO 0x28 macro
H A Dint64_helper.c40 [TT_DIV_ZERO] = "Division By Zero",
H A Dtranslate.c3786 gen_exception(dc, TT_DIV_ZERO); in trans_UDIV()
3802 lab = delay_exception(dc, TT_DIV_ZERO); in trans_UDIV()
3838 gen_exception(dc, TT_DIV_ZERO); in trans_UDIVX()
3850 lab = delay_exception(dc, TT_DIV_ZERO); in trans_UDIVX()
3876 gen_exception(dc, TT_DIV_ZERO); in trans_SDIVX()
3897 lab = delay_exception(dc, TT_DIV_ZERO); in trans_SDIVX()
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c253 case TT_DIV_ZERO: in cpu_loop()