would_trap        220 arch/sparc/math-emu/math_32.c 	int would_trap;
would_trap        223 arch/sparc/math-emu/math_32.c 	would_trap = (fsr & ((long)eflag << FSR_TEM_SHIFT)) != 0UL;
would_trap        226 arch/sparc/math-emu/math_32.c 	if (would_trap != 0) {
would_trap        257 arch/sparc/math-emu/math_32.c 	if (would_trap == 0)
would_trap        261 arch/sparc/math-emu/math_32.c 	if (would_trap != 0)
would_trap        266 arch/sparc/math-emu/math_32.c 	return (would_trap ? 0 : 1);
would_trap        104 arch/sparc/math-emu/math_64.c 	int would_trap;
would_trap        107 arch/sparc/math-emu/math_64.c 	would_trap = (fsr & ((long)eflag << FSR_TEM_SHIFT)) != 0UL;
would_trap        110 arch/sparc/math-emu/math_64.c 	if(would_trap != 0) {
would_trap        141 arch/sparc/math-emu/math_64.c 	if(would_trap == 0)
would_trap        145 arch/sparc/math-emu/math_64.c 	if(would_trap != 0)
would_trap        153 arch/sparc/math-emu/math_64.c 	if(would_trap == 0) {
would_trap        158 arch/sparc/math-emu/math_64.c 	return (would_trap ? 0 : 1);