Searched defs:SET_FP_FLAGS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/loongarch/ | ||
H A D | cpu.h | 70 #define SET_FP_FLAGS(REG, V) \ macro |
/openbmc/qemu/target/mips/ | ||
H A D | cpu.h | 89 #define SET_FP_FLAGS(reg, v) do { (reg) = ((reg) & ~(0x1f << 2)) | \ macro |