Searched refs:sc_fpstate (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsigcontext.h16 unsigned char sc_fpstate[216]; member in struct:sigcontext
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsigcontext.h16 unsigned char sc_fpstate[216]; member in struct:sigcontext
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dsignal.c238 if (CPU_IS_060 ? sc->sc_fpstate[2] : sc->sc_fpstate[0]) {
240 if (!CPU_IS_060 && (sc->sc_fpstate[0] != fpu_version))
244 !(sc->sc_fpstate[1] == 0x18 || sc->sc_fpstate[1] == 0xb4))
247 !(sc->sc_fpstate[1] == 0x38 || sc->sc_fpstate[1] == 0xd4))
250 if (!(sc->sc_fpstate[1] == 0x00 ||
251 sc->sc_fpstate[1] == 0x28 ||
252 sc->sc_fpstate[
[all...]

Completed in 42 milliseconds