Home
last modified time | relevance | path

Searched refs:EXCCODE_FPE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c59 case EXCCODE_FPE: in cpu_loop()
/openbmc/qemu/target/loongarch/
H A Dcpu.h91 #define EXCCODE_FPE EXCODE(18, 0) /* Different exception subcode */
112 #define EXCCODE_FPE global() macro
H A Dcpu.c
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c82 do_raise_exception(env, EXCCODE_FPE, pc); in update_fcsr0_mask()
H A Dvec_helper.c2388 do_raise_exception(env, EXCCODE_FPE, pc); in vec_update_fcsr0_mask()