Home
last modified time | relevance | path

Searched refs:TT_FP_EXCP (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint32_helper.c36 [TT_FP_EXCP] = "FPU Exception",
H A Dint64_helper.c37 [TT_FP_EXCP] = "FPU Exception",
H A Dcpu.h61 #define TT_FP_EXCP 0x08 macro
79 #define TT_FP_EXCP 0x21 macro
H A Dfop_helper.c77 cpu_raise_exception_ra(env, TT_FP_EXCP, ra); in check_ieee_exceptions()
H A Dtranslate.c1463 gen_exception(dc, TT_FP_EXCP); in gen_op_fpexception_im()
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c293 case TT_FP_EXCP: in cpu_loop()