Home
last modified time | relevance | path

Searched refs:GET_FP_FLAGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dcpu.h69 #define GET_FP_FLAGS(REG) FIELD_EX32(REG, FCSR0, FLAGS) macro
/openbmc/qemu/target/mips/
H A Dcpu.h82 #define GET_FP_FLAGS(reg) (((reg) >> 2) & 0x1f) macro