Home
last modified time | relevance | path

Searched defs:GET_FP_CAUSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dcpu.h53 #define GET_FP_CAUSE(REG) FIELD_EX32(REG, FCSR0, CAUSE) macro
/openbmc/qemu/target/mips/
H A Dcpu.h80 #define GET_FP_CAUSE(reg) (((reg) >> 12) & 0x3f) macro