Searched refs:FPSCR_MTFS_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ | ||
H A D | cpu.c | 223 val &= FPSCR_MTFS_MASK; in ppc_store_fpscr() |
H A D | cpu.h | 915 #define FPSCR_MTFS_MASK (~(MAKE_64BIT_MASK(36, 28) | PPC_BIT(28) | \ macro |