Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c105 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
227 sign = SIGN_Positive; in FPU_load_int64()
255 negative = SIGN_Positive; in FPU_load_int32()
284 negative = SIGN_Positive; in FPU_load_int16()
320 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive; in FPU_load_bcd()
Dfpu_emu.h43 #define SIGN_Positive Const(0) macro