Searched refs:EXCP_OVERFLOW (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/target/hppa/ |
| H A D | int_helper.c | 138 case EXCP_OVERFLOW: in hppa_cpu_do_interrupt() 228 [EXCP_OVERFLOW] = "overflow trap", in hppa_cpu_do_interrupt()
|
| H A D | cpu.h | 75 #define EXCP_OVERFLOW 12 /* signed overflow trap */ macro
|
| H A D | translate.c | 1180 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 | 2365 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith_imm() 2395 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith_imm() 2586 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 2622 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 2656 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 2690 generate_exception(ctx, EXCP_OVERFLOW); in gen_arith() 3878 generate_exception(ctx, EXCP_OVERFLOW); in gen_loongson_multimedia() 3898 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 | 1283 EXCP_OVERFLOW, enumerator
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | tlb_helper.c | 1241 case EXCP_OVERFLOW: in mips_cpu_do_interrupt()
|