Searched defs:GET_FP_CAUSE (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/loongarch/ | ||
| H A D | cpu.h | 55 #define GET_FP_CAUSE(REG) FIELD_EX32(REG, FCSR0, CAUSE) macro |
| /openbmc/qemu/target/mips/ | ||
| H A D | cpu.h | 82 #define GET_FP_CAUSE(reg) (((reg) >> 12) & 0x3f) macro |