Home
last modified time | relevance | path

Searched refs:FPSCR_FLAG_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h163 #define FPSCR_FLAG_MASK 0x0000007c /* Flag bits */ macro
/openbmc/qemu/target/sh4/
H A Dcpu.h70 #define FPSCR_FLAG_MASK (0x1f << 2) macro
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c410 ~(FPSCR_CAUSE_MASK | FPSCR_FLAG_MASK); in BUILD_TRAP_HANDLER()
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c564 ~(FPSCR_CAUSE_MASK | FPSCR_FLAG_MASK); in BUILD_TRAP_HANDLER()