Searched refs:TT_DIV_ZERO (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | helper.c | 91 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 D | int32_helper.c | 56 [TT_DIV_ZERO] = "Division By Zero",
|
H A D | cpu.h | 68 #define TT_DIV_ZERO 0x2a macro 82 #define TT_DIV_ZERO 0x28 macro
|
H A D | int64_helper.c | 40 [TT_DIV_ZERO] = "Division By Zero",
|
H A D | translate.c | 3786 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 D | cpu_loop.c | 253 case TT_DIV_ZERO: in cpu_loop()
|