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.c137 case EXCP_OVERFLOW: in hppa_cpu_do_interrupt()
222 [EXCP_OVERFLOW] = "overflow trap", in hppa_cpu_do_interrupt()
H A Dcpu.h74 #define EXCP_OVERFLOW 12 /* signed overflow trap */ macro
H A Dtranslate.c1178 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.c2344 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 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.h1285 EXCP_OVERFLOW, enumerator
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1240 case EXCP_OVERFLOW: in mips_cpu_do_interrupt()