Searched refs:EXCP_OVERFLOW (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | int_helper.c | 137 case EXCP_OVERFLOW: in hppa_cpu_do_interrupt() 222 [EXCP_OVERFLOW] = "overflow trap", in hppa_cpu_do_interrupt()
|
H A D | cpu.h | 74 #define EXCP_OVERFLOW 12 /* signed overflow trap */ macro
|
H A D | translate.c | 1178 DisasDelayException *e = delay_excp(ctx, EXCP_OVERFLOW); in gen_tsv()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | exception.c | 110 [EXCP_OVERFLOW] = "arithmetic overflow",
|
H A D | translate.c | 2344 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith_imm() 2374 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith_imm() 2565 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 2601 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 2635 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 2669 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 3857 generate_exception(ctx, EXCP_OVERFLOW); in gen_loongson_multimedia() 3877 generate_exception(ctx, EXCP_OVERFLOW); in gen_loongson_multimedia()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 165 case EXCP_OVERFLOW: in cpu_loop()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 183 case EXCP_OVERFLOW: in cpu_loop()
|
/openbmc/qemu/target/mips/ |
H A D | cpu.h | 1285 EXCP_OVERFLOW, enumerator
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 1240 case EXCP_OVERFLOW: in mips_cpu_do_interrupt()
|