Home
last modified time | relevance | path

Searched defs:SET_FP_FLAGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dcpu.h70 #define SET_FP_FLAGS(REG, V) \ macro
/openbmc/qemu/target/mips/
H A Dcpu.h89 #define SET_FP_FLAGS(reg, v) do { (reg) = ((reg) & ~(0x1f << 2)) | \ macro