Home
last modified time | relevance | path

Searched refs:EXCCODE_FPD (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_farith.c.inc9 generate_exception(ctx, EXCCODE_FPD); \
/openbmc/qemu/target/loongarch/
H A Dcpu.c68 {EXCCODE_FPD, "Floating Point Disabled"},
206 case EXCCODE_FPD: in loongarch_cpu_do_interrupt()
H A Dcpu.h107 #define EXCCODE_FPD EXCODE(15, 0) macro