Searched defs:fp80 (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/fputils/
H A Dfp80.c48 fp80_sgn(fp80_t fp80) argument
54 fp80_isspecial(fp80_t fp80) argument
62 fp80_isinf(fp80_t fp80) argument
71 fp80_isqnan(fp80_t fp80) argument
79 fp80_isqnani(fp80_t fp80) argument
87 fp80_issnan(fp80_t fp80) argument
95 fp80_isfinite(fp80_t fp80) argument
101 fp80_isnan(fp80_t fp80) argument
107 fp80_iszero(fp80_t fp80) argument
113 fp80_isnormal(fp80_t fp80) argument
120 fp80_issubnormal(fp80_t fp80) argument
126 fp80_classify(fp80_t fp80) argument
143 fp80_cvtd(fp80_t fp80) argument
149 fp80_cvtfp64(fp80_t fp80) argument
205 const fp80_t fp80 = BUILD_FP80(fp64.bits & FP64_SIGN_BIT, local
210 const fp80_t fp80 = BUILD_FP80(fp64.bits & FP64_SIGN_BIT, 0, 0); local
221 const fp80_t fp80 = BUILD_FP80(fp64.bits & FP64_SIGN_BIT, local
228 fp80_debug_dump(FILE *fout, fp80_t fp80) argument
[all...]
/gem5/src/arch/x86/
H A Dutility.cc357 fp80_t fp80; local
366 fp80_t fp80 = fp80_cvfd(value); local

Completed in 5 milliseconds