Home
last modified time | relevance | path

Searched defs:SET_FP_CAUSE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dcpu.h49 #define SET_FP_CAUSE(reg, v) do {\ macro
/openbmc/qemu/target/loongarch/
H A Dcpu.h54 #define SET_FP_CAUSE(REG, V) \ macro
/openbmc/qemu/target/mips/
H A Dcpu.h83 #define SET_FP_CAUSE(reg, v) do { (reg) = ((reg) & ~(0x3f << 12)) | \ macro