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