Searched defs:GET_FP_FLAGS (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/loongarch/ | ||
| H A D | cpu.h | 71 #define GET_FP_FLAGS(REG) FIELD_EX32(REG, FCSR0, FLAGS) macro |
| /openbmc/qemu/target/mips/ | ||
| H A D | cpu.h | 84 #define GET_FP_FLAGS(reg) (((reg) >> 2) & 0x1f) macro |