Searched refs:make_floatx80 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 67 #define floatx80_lg2 make_floatx80(0x3ffd, 0x9a209a84fbcff799LL) 68 #define floatx80_lg2_d make_floatx80(0x3ffd, 0x9a209a84fbcff798LL) 69 #define floatx80_l2e make_floatx80(0x3fff, 0xb8aa3b295c17f0bcLL) 70 #define floatx80_l2e_d make_floatx80(0x3fff, 0xb8aa3b295c17f0bbLL) 71 #define floatx80_l2t make_floatx80(0x4000, 0xd49a784bcd1b8afeLL) 72 #define floatx80_l2t_u make_floatx80(0x4000, 0xd49a784bcd1b8affLL) 73 #define floatx80_ln2_d make_floatx80(0x3ffe, 0xb17217f7d1cf79abLL) 74 #define floatx80_pi_d make_floatx80(0x4000, 0xc90fdaa22168c234LL) 854 #define f2xm1_coeff_0 make_floatx80(0x3ffe, 0xb17217f7d1cf79acULL) 1097 ST0 = make_floatx80(0xbffe, 0x8000000000000000ULL); in helper_f2xm1() [all …]
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-types.h | 103 #define make_floatx80(exp, mant) ((floatx80) { mant, exp }) macro
|
H A D | softfloat.h | 1100 #define floatx80_zero make_floatx80(0x0000, 0x0000000000000000LL) 1102 #define floatx80_one make_floatx80(0x3fff, 0x8000000000000000LL) 1103 #define floatx80_ln2 make_floatx80(0x3ffe, 0xb17217f7d1cf79acLL) 1104 #define floatx80_pi make_floatx80(0x4000, 0xc90fdaa22168c235LL) 1105 #define floatx80_half make_floatx80(0x3ffe, 0x8000000000000000LL)
|