denormal_operand   57 arch/x86/math-emu/fpu_etc.c 			if (denormal_operand() < 0) {
denormal_operand   17 arch/x86/math-emu/fpu_proto.h asmlinkage int denormal_operand(void);
denormal_operand  261 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  336 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  400 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  492 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  521 arch/x86/math-emu/fpu_trig.c 			if (denormal_operand() < 0)
denormal_operand  589 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  667 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  963 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand  974 arch/x86/math-emu/fpu_trig.c 			if (denormal_operand() < 0)
denormal_operand  993 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1115 arch/x86/math-emu/fpu_trig.c 				   && (denormal_operand() < 0))
denormal_operand 1126 arch/x86/math-emu/fpu_trig.c 			if (denormal_operand() < 0)
denormal_operand 1144 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1168 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1217 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand 1247 arch/x86/math-emu/fpu_trig.c 				    && (denormal_operand() < 0))
denormal_operand 1262 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1272 arch/x86/math-emu/fpu_trig.c 		if ((st0_tag == TW_Denormal) && (denormal_operand() < 0))
denormal_operand 1287 arch/x86/math-emu/fpu_trig.c 		if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
denormal_operand 1343 arch/x86/math-emu/fpu_trig.c 		if (denormal_operand() < 0)
denormal_operand 1353 arch/x86/math-emu/fpu_trig.c 			if (denormal_operand() < 0)
denormal_operand 1393 arch/x86/math-emu/fpu_trig.c 					   && (denormal_operand() < 0))
denormal_operand 1398 arch/x86/math-emu/fpu_trig.c 				   && (denormal_operand() < 0))
denormal_operand 1415 arch/x86/math-emu/fpu_trig.c 					   && (denormal_operand() < 0))
denormal_operand 1420 arch/x86/math-emu/fpu_trig.c 				   && (denormal_operand() < 0))
denormal_operand 1443 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1458 arch/x86/math-emu/fpu_trig.c 		else if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
denormal_operand 1538 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1546 arch/x86/math-emu/fpu_trig.c 				denormal_operand();
denormal_operand 1550 arch/x86/math-emu/fpu_trig.c 			denormal_operand();
denormal_operand 1555 arch/x86/math-emu/fpu_trig.c 			    && (denormal_operand() < 0))
denormal_operand 1576 arch/x86/math-emu/fpu_trig.c 			denormal_operand();
denormal_operand 1595 arch/x86/math-emu/fpu_trig.c 			denormal_operand();
denormal_operand  105 arch/x86/math-emu/reg_add_sub.c 		if (denormal_operand() < 0)
denormal_operand  236 arch/x86/math-emu/reg_add_sub.c 		if (denormal_operand() < 0)
denormal_operand  276 arch/x86/math-emu/reg_add_sub.c 	    && (denormal_operand() < 0))
denormal_operand  202 arch/x86/math-emu/reg_compare.c 		return denormal_operand() < 0;
denormal_operand  248 arch/x86/math-emu/reg_compare.c 		return denormal_operand() < 0;
denormal_operand  296 arch/x86/math-emu/reg_compare.c 		return denormal_operand() < 0;
denormal_operand  346 arch/x86/math-emu/reg_compare.c 		return denormal_operand() < 0;
denormal_operand  398 arch/x86/math-emu/reg_compare.c 		return denormal_operand() < 0;
denormal_operand   98 arch/x86/math-emu/reg_divide.c 		if (denormal_operand() < 0)
denormal_operand  113 arch/x86/math-emu/reg_divide.c 				if (denormal_operand() < 0)
denormal_operand  157 arch/x86/math-emu/reg_divide.c 			if ((tagb == TW_Denormal) && (denormal_operand() < 0))
denormal_operand  167 arch/x86/math-emu/reg_divide.c 		if ((taga == TW_Denormal) && (denormal_operand() < 0))
denormal_operand  140 arch/x86/math-emu/reg_ld_str.c 			    | (denormal_operand() < 0 ? FPU_Exception : 0);
denormal_operand  182 arch/x86/math-emu/reg_ld_str.c 		    | (denormal_operand() < 0 ? FPU_Exception : 0);
denormal_operand  504 arch/x86/math-emu/reg_ld_str.c 				denormal_operand();
denormal_operand  687 arch/x86/math-emu/reg_ld_str.c 				denormal_operand();
denormal_operand   62 arch/x86/math-emu/reg_mul.c 		if (denormal_operand() < 0)
denormal_operand   77 arch/x86/math-emu/reg_mul.c 		    && (denormal_operand() < 0))
denormal_operand   97 arch/x86/math-emu/reg_mul.c 		   && (denormal_operand() < 0)) {