Searched refs:make_floatx80_init (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | softfloat_fpsp_tables.h | 26 make_floatx80_init(0x3FFE, 0xFE03F80FE03F80FE), 27 make_floatx80_init(0x3FF7, 0xFF015358833C47E2), 28 make_floatx80_init(0x3FFE, 0xFA232CF252138AC0), 29 make_floatx80_init(0x3FF9, 0xBDC8D83EAD88D549), 30 make_floatx80_init(0x3FFE, 0xF6603D980F6603DA), 31 make_floatx80_init(0x3FFA, 0x9CF43DCFF5EAFD48), 32 make_floatx80_init(0x3FFE, 0xF2B9D6480F2B9D65), 33 make_floatx80_init(0x3FFA, 0xDA16EB88CB8DF614), 34 make_floatx80_init(0x3FFE, 0xEF2EB71FC4345238), 35 make_floatx80_init(0x3FFB, 0x8B29B7751BD70743), [all …]
|
H A D | fpu_helper.c | 34 [0x00] = make_floatx80_init(0x4000, 0xc90fdaa22168c235ULL), /* Pi */ 35 [0x0b] = make_floatx80_init(0x3ffd, 0x9a209a84fbcff798ULL), /* Log10(2) */ 36 [0x0c] = make_floatx80_init(0x4000, 0xadf85458a2bb4a9aULL), /* e */ 37 [0x0d] = make_floatx80_init(0x3fff, 0xb8aa3b295c17f0bcULL), /* Log2(e) */ 38 [0x0e] = make_floatx80_init(0x3ffd, 0xde5bd8a937287195ULL), /* Log10(e) */ 39 [0x0f] = make_floatx80_init(0x0000, 0x0000000000000000ULL), /* Zero */ 40 [0x30] = make_floatx80_init(0x3ffe, 0xb17217f7d1cf79acULL), /* ln(2) */ 41 [0x31] = make_floatx80_init(0x4000, 0x935d8dddaaa8ac17ULL), /* ln(10) */ 42 [0x32] = make_floatx80_init(0x3fff, 0x8000000000000000ULL), /* 10^0 */ 43 [0x33] = make_floatx80_init(0x4002, 0xa000000000000000ULL), /* 10^1 */ [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 917 { make_floatx80_init(0xbfff, 0x8000000000000000ULL), 918 make_floatx80_init(0x3ffe, 0x8000000000000000ULL), 919 make_floatx80_init(0xbffe, 0x8000000000000000ULL) }, 920 { make_floatx80_init(0xbffe, 0xf800000000002e7eULL), 921 make_floatx80_init(0x3ffe, 0x82cd8698ac2b9160ULL), 922 make_floatx80_init(0xbffd, 0xfa64f2cea7a8dd40ULL) }, 923 { make_floatx80_init(0xbffe, 0xefffffffffffe960ULL), 924 make_floatx80_init(0x3ffe, 0x85aac367cc488345ULL), 925 make_floatx80_init(0xbffd, 0xf4aa7930676ef976ULL) }, 926 { make_floatx80_init(0xbffe, 0xe800000000006f10ULL), [all …]
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-types.h | 104 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp } macro
|
H A D | softfloat.h | 1101 #define floatx80_zero_init make_floatx80_init(0x0000, 0x0000000000000000LL)
|
/openbmc/qemu/fpu/ |
H A D | softfloat-specialize.c.inc | 256 = make_floatx80_init(floatx80_infinity_high, floatx80_infinity_low);
|