Searched refs:make_floatx80_init (Results 1 – 5 of 5) 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 | 33 [0x00] = make_floatx80_init(0x4000, 0xc90fdaa22168c235ULL), /* Pi */ 34 [0x0b] = make_floatx80_init(0x3ffd, 0x9a209a84fbcff798ULL), /* Log10(2) */ 35 [0x0c] = make_floatx80_init(0x4000, 0xadf85458a2bb4a9aULL), /* e */ 36 [0x0d] = make_floatx80_init(0x3fff, 0xb8aa3b295c17f0bcULL), /* Log2(e) */ 37 [0x0e] = make_floatx80_init(0x3ffd, 0xde5bd8a937287195ULL), /* Log10(e) */ 38 [0x0f] = make_floatx80_init(0x0000, 0x0000000000000000ULL), /* Zero */ 39 [0x30] = make_floatx80_init(0x3ffe, 0xb17217f7d1cf79acULL), /* ln(2) */ 40 [0x31] = make_floatx80_init(0x4000, 0x935d8dddaaa8ac17ULL), /* ln(10) */ 41 [0x32] = make_floatx80_init(0x3fff, 0x8000000000000000ULL), /* 10^0 */ 42 [0x33] = make_floatx80_init(0x4002, 0xa000000000000000ULL), /* 10^1 */ [all …]
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | fpu_helper.c | 940 { make_floatx80_init(0xbfff, 0x8000000000000000ULL), 941 make_floatx80_init(0x3ffe, 0x8000000000000000ULL), 942 make_floatx80_init(0xbffe, 0x8000000000000000ULL) }, 943 { make_floatx80_init(0xbffe, 0xf800000000002e7eULL), 944 make_floatx80_init(0x3ffe, 0x82cd8698ac2b9160ULL), 945 make_floatx80_init(0xbffd, 0xfa64f2cea7a8dd40ULL) }, 946 { make_floatx80_init(0xbffe, 0xefffffffffffe960ULL), 947 make_floatx80_init(0x3ffe, 0x85aac367cc488345ULL), 948 make_floatx80_init(0xbffd, 0xf4aa7930676ef976ULL) }, 949 { make_floatx80_init(0xbffe, 0xe800000000006f10ULL), [all …]
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-types.h | 106 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp } macro
|
| H A D | softfloat.h | 1118 #define floatx80_zero_init make_floatx80_init(0x0000, 0x0000000000000000LL)
|