SIGN_Positive     105 arch/x86/math-emu/reg_ld_str.c 	negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
SIGN_Positive     165 arch/x86/math-emu/reg_ld_str.c 	negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
SIGN_Positive     227 arch/x86/math-emu/reg_ld_str.c 		sign = SIGN_Positive;
SIGN_Positive     255 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Positive;
SIGN_Positive     284 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Positive;
SIGN_Positive     320 arch/x86/math-emu/reg_ld_str.c 	sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive;