SIGN_Positive     106 arch/x86/math-emu/reg_ld_str.c 	negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
SIGN_Positive     166 arch/x86/math-emu/reg_ld_str.c 	negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
SIGN_Positive     228 arch/x86/math-emu/reg_ld_str.c 		sign = SIGN_Positive;
SIGN_Positive     256 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Positive;
SIGN_Positive     285 arch/x86/math-emu/reg_ld_str.c 		negative = SIGN_Positive;
SIGN_Positive     321 arch/x86/math-emu/reg_ld_str.c 	sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive;