| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 108 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 146 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 182 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 293 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 349 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 409 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 563 static bits64 estimateDiv128To64( bits64 a0, bits64 a1, bits64 b ) 698 INLINE flag eq128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) 712 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) 726 INLINE flag lt128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) [all …]
|
| H A D | softfloat.c | 984 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1, bits64 zSig2 ) in roundAndPackFloat128() 1085 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) in normalizeRoundAndPackFloat128() 1088 bits64 zSig2; in normalizeRoundAndPackFloat128() 1152 bits64 zSig; in int32_to_float64() 1191 bits64 zSig; in int32_to_floatx80() 1229 bits64 zSig0; in int32_to_float128() 2337 bits64 aSig; in float64_to_int32() 2457 bits64 aSig; in float64_to_int64_round_to_zero() 2508 bits64 aSig; in float64_to_float32() 2542 bits64 aSig; in float64_to_floatx80() [all …]
|
| /freebsd-13.1/lib/libc/softfloat/templates/ |
| H A D | softfloat-specialize | 63 bits64 high, low; 113 z.high = ( (bits64) a )<<41; 174 return ( LIT64( 0xFFE0000000000000 ) < (bits64) ( a<<1 ) ); 222 ( ( (bits64) a.sign )<<63 ) 276 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ); 288 bits64 aLow; 293 && (bits64) ( aLow<<1 ) 383 ( LIT64( 0xFFFE000000000000 ) <= (bits64) ( a.high<<1 ) ) 432 z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
|
| H A D | softfloat.h | 51 typedef !!!bits64 float64; 55 !!!bits64 low; 60 !!!bits64 high, low;
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-specialize | 104 bits64 high, low; 161 z.high = ( (bits64) a )<<41; 226 (bits64) ( FLOAT64_DEMANGLE(a)<<1 ) ); 278 ( ( (bits64) a.sign )<<63 ) 332 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ); 344 bits64 aLow; 349 && (bits64) ( aLow<<1 ) 439 ( LIT64( 0xFFFE000000000000 ) <= (bits64) ( a.high<<1 ) ) 488 z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
|
| H A D | softfloat-history.txt | 26 -- Created the 64-bit (bits64) version, adding the floatx80 and float128 30 `bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h'
|
| H A D | softfloat-source.txt | 107 bits64 124 bits64 - SoftFloat implementation using 64-bit integers. 165 in `bits*' for either `bits32' or `bits64'. 212 For the `bits64' implementation of SoftFloat, the macro names `FLOATX80' and 291 The remaining steps occur within either the `bits32' or `bits64'
|
| H A D | timesoftfloat.c | 1017 bits64 low; 1335 bits64 low; 1412 bits64 high, low; 1729 bits64 high, low;
|
| /freebsd-13.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_pe_context.h | 61 void set64bit(const bool is64bit) { m_context.bits64 = is64bit ? 1 : 0; }; in set64bit() 91 m_context.bits64 = 0; in resetCtxt()
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | writeHex.h | 31 void writeHex_bits64( bits64, FILE * );
|
| H A D | writeHex.c | 96 void writeHex_bits64( bits64 a, FILE *stream ) in writeHex_bits64()
|
| H A D | testCases.c | 1833 static const bits64 floatx80P1[ floatx80NumP1 ] = { 1840 static const bits64 floatx80P2[ floatx80NumP2 ] = { 2432 static const struct { bits64 high, low; } float128P1[ float128NumP1 ] = { 2439 static const struct { bits64 high, low; } float128P2[ float128NumP2 ] = {
|
| H A D | slowfloat-64.c | 34 bits64 a0, a1; 66 bits64 extra; in shortShift128RightJamming() 277 ax.sig.a0 = ax.sign ? - (bits64) a : a; in int32ToFloatX()
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | powerpc-gcc.h | 56 typedef unsigned long long int bits64; typedef
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | powerpc-gcc.h | 56 typedef unsigned long long int bits64; typedef
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | riscv-gcc.h | 56 typedef unsigned long long int bits64; typedef
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | mips-gcc.h | 60 typedef unsigned long long int bits64; typedef
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | powerpc-gcc.h | 60 typedef unsigned long long int bits64; typedef
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | arm-gcc.h | 60 typedef unsigned long long int bits64; typedef
|
| /freebsd-13.1/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 382 return FLOAT64_MANGLE( ( ( (bits64) zSign )<<63 ) + in packFloat64() 383 ( ( (bits64) zExp )<<52 ) + in packFloat64() 384 ( ( (bits64) zSig0 )<<32 ) + zSig1 ); in packFloat64() 2201 ( (bits64) ( ( FLOAT64_DEMANGLE(a) | FLOAT64_DEMANGLE(b) )<<1 ) == 0 ); in float64_eq() 2229 ( (bits64) ( ( FLOAT64_DEMANGLE(a) | FLOAT64_DEMANGLE(b) )<<1 ) == in float64_le() 2258 ( (bits64) ( ( FLOAT64_DEMANGLE(a) | FLOAT64_DEMANGLE(b) )<<1 ) != in float64_lt() 2285 return ( a == b ) || ( (bits64) ( ( a | b )<<1 ) == 0 ); in float64_eq_signaling() 2313 if ( aSign != bSign ) return aSign || ( (bits64) ( ( a | b )<<1 ) == 0 ); in float64_le_quiet() 2342 if ( aSign != bSign ) return aSign && ( (bits64) ( ( a | b )<<1 ) != 0 ); in float64_lt_quiet()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/ |
| H A D | trc_gen_elem.cpp | 161 …oss << (context.security_level == ocsd_sec_secure ? "S; " : "N; ") << (context.bits64 ? "64-bit; "… in toString()
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/ |
| H A D | ocsd_if_types.h | 412 uint32_t bits64:1; /**< 1 if 64 bit operation */ member
|
| /freebsd-13.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_decode_ptm.cpp | 210 m_pe_context.bits64 = 0; in resetDecoder()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 359 const MemoryMapParams *bits64; member 921 MapParams = FreeBSD_X86_MemoryMapParams.bits64; in initializeModule() 933 MapParams = NetBSD_X86_MemoryMapParams.bits64; in initializeModule() 942 MapParams = Linux_X86_MemoryMapParams.bits64; in initializeModule() 949 MapParams = Linux_MIPS_MemoryMapParams.bits64; in initializeModule() 953 MapParams = Linux_PowerPC_MemoryMapParams.bits64; in initializeModule() 956 MapParams = Linux_S390_MemoryMapParams.bits64; in initializeModule() 960 MapParams = Linux_ARM_MemoryMapParams.bits64; in initializeModule()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_decode_etmv4i.cpp | 1519 elem.context.bits64 = ctxt.SF; in updateContext()
|