Home
last modified time | relevance | path

Searched refs:EXCP_OVERFLOW (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c138 case EXCP_OVERFLOW: in hppa_cpu_do_interrupt()
228 [EXCP_OVERFLOW] = "overflow trap", in hppa_cpu_do_interrupt()
H A Dcpu.h75 #define EXCP_OVERFLOW 12 /* signed overflow trap */ macro
H A Dtranslate.c1180 DisasDelayException *e = delay_excp(ctx, EXCP_OVERFLOW); in gen_tsv()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c110 [EXCP_OVERFLOW] = "arithmetic overflow",
H A Dtranslate.c2365 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 Dcpu_loop.c165 case EXCP_OVERFLOW: in cpu_loop()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c183 case EXCP_OVERFLOW: in cpu_loop()
/openbmc/qemu/target/mips/
H A Dcpu.h1283 EXCP_OVERFLOW, enumerator
/openbmc/qemu/target/mips/tcg/system/
H A Dtlb_helper.c1241 case EXCP_OVERFLOW: in mips_cpu_do_interrupt()