Home
last modified time | relevance | path

Searched refs:SIGN_Positive (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_ld_str.c106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
228 sign = SIGN_Positive; in FPU_load_int64()
256 negative = SIGN_Positive; in FPU_load_int32()
285 negative = SIGN_Positive; in FPU_load_int16()
321 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive; in FPU_load_bcd()
H A Dfpu_emu.h44 #define SIGN_Positive Const(0) macro