| /freebsd-14.2/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 107 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 145 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 181 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 292 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 348 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 408 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) 562 static bits64 estimateDiv128To64( bits64 a0, bits64 a1, bits64 b ) 697 INLINE flag eq128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) 711 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) 725 INLINE flag lt128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) [all …]
|
| H A D | softfloat.c | 981 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1, bits64 zSig2 ) in roundAndPackFloat128() 1082 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) in normalizeRoundAndPackFloat128() 1085 bits64 zSig2; in normalizeRoundAndPackFloat128() 1149 bits64 zSig; in int32_to_float64() 1188 bits64 zSig; in int32_to_floatx80() 1226 bits64 zSig0; in int32_to_float128() 2334 bits64 aSig; in float64_to_int32() 2454 bits64 aSig; in float64_to_int64_round_to_zero() 2505 bits64 aSig; in float64_to_float32() 2539 bits64 aSig; in float64_to_floatx80() [all …]
|
| /freebsd-14.2/lib/libc/softfloat/templates/ |
| H A D | softfloat-specialize | 62 bits64 high, low; 112 z.high = ( (bits64) a )<<41; 173 return ( LIT64( 0xFFE0000000000000 ) < (bits64) ( a<<1 ) ); 221 ( ( (bits64) a.sign )<<63 ) 275 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ); 287 bits64 aLow; 292 && (bits64) ( aLow<<1 ) 382 ( LIT64( 0xFFFE000000000000 ) <= (bits64) ( a.high<<1 ) ) 431 z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
|
| H A D | softfloat.h | 50 typedef !!!bits64 float64; 54 !!!bits64 low; 59 !!!bits64 high, low;
|
| /freebsd-14.2/lib/libc/softfloat/ |
| H A D | softfloat-specialize | 103 bits64 high, low; 160 z.high = ( (bits64) a )<<41; 225 (bits64) ( FLOAT64_DEMANGLE(a)<<1 ) ); 277 ( ( (bits64) a.sign )<<63 ) 331 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 ); 343 bits64 aLow; 348 && (bits64) ( aLow<<1 ) 438 ( LIT64( 0xFFFE000000000000 ) <= (bits64) ( a.high<<1 ) ) 487 z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
|
| H A D | softfloat-history.txt | 25 -- Created the 64-bit (bits64) version, adding the floatx80 and float128 29 `bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h'
|
| H A D | softfloat-source.txt | 106 bits64 123 bits64 - SoftFloat implementation using 64-bit integers. 164 in `bits*' for either `bits32' or `bits64'. 211 For the `bits64' implementation of SoftFloat, the macro names `FLOATX80' and 290 The remaining steps occur within either the `bits32' or `bits64'
|
| H A D | timesoftfloat.c | 1014 bits64 low; 1332 bits64 low; 1409 bits64 high, low; 1726 bits64 high, low;
|
| /freebsd-14.2/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-14.2/lib/libc/riscv/softfloat/ |
| H A D | riscv-gcc.h | 55 typedef unsigned long long int bits64; typedef
|
| /freebsd-14.2/lib/libc/powerpc64/softfloat/ |
| H A D | powerpc-gcc.h | 55 typedef unsigned long long int bits64; typedef
|
| /freebsd-14.2/lib/libc/powerpcspe/softfloat/ |
| H A D | powerpc-gcc.h | 55 typedef unsigned long long int bits64; typedef
|
| /freebsd-14.2/lib/libc/powerpc/softfloat/ |
| H A D | powerpc-gcc.h | 59 typedef unsigned long long int bits64; typedef
|
| /freebsd-14.2/lib/libc/arm/softfloat/ |
| H A D | arm-gcc.h | 59 typedef unsigned long long int bits64; typedef
|
| /freebsd-14.2/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 379 return FLOAT64_MANGLE( ( ( (bits64) zSign )<<63 ) + in packFloat64() 380 ( ( (bits64) zExp )<<52 ) + in packFloat64() 381 ( ( (bits64) zSig0 )<<32 ) + zSig1 ); in packFloat64() 2198 ( (bits64) ( ( FLOAT64_DEMANGLE(a) | FLOAT64_DEMANGLE(b) )<<1 ) == 0 ); in float64_eq() 2226 ( (bits64) ( ( FLOAT64_DEMANGLE(a) | FLOAT64_DEMANGLE(b) )<<1 ) == in float64_le() 2255 ( (bits64) ( ( FLOAT64_DEMANGLE(a) | FLOAT64_DEMANGLE(b) )<<1 ) != in float64_lt() 2282 return ( a == b ) || ( (bits64) ( ( a | b )<<1 ) == 0 ); in float64_eq_signaling() 2310 if ( aSign != bSign ) return aSign || ( (bits64) ( ( a | b )<<1 ) == 0 ); in float64_le_quiet() 2339 if ( aSign != bSign ) return aSign && ( (bits64) ( ( a | b )<<1 ) != 0 ); in float64_lt_quiet()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ |
| H A D | trc_gen_elem.cpp | 182 oss << (context.bits64 ? "64-bit; " : "32-bit; "); in toString()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ |
| H A D | ocsd_if_types.h | 417 uint32_t bits64:1; /**< 1 if 64 bit operation */ member
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_decode_ptm.cpp | 210 m_pe_context.bits64 = 0; in resetDecoder()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 388 const MemoryMapParams *bits64; member 984 MapParams = FreeBSD_ARM_MemoryMapParams.bits64; in initializeModule() 987 MapParams = FreeBSD_X86_MemoryMapParams.bits64; in initializeModule() 999 MapParams = NetBSD_X86_MemoryMapParams.bits64; in initializeModule() 1008 MapParams = Linux_X86_MemoryMapParams.bits64; in initializeModule() 1015 MapParams = Linux_MIPS_MemoryMapParams.bits64; in initializeModule() 1019 MapParams = Linux_PowerPC_MemoryMapParams.bits64; in initializeModule() 1022 MapParams = Linux_S390_MemoryMapParams.bits64; in initializeModule() 1026 MapParams = Linux_ARM_MemoryMapParams.bits64; in initializeModule() 1029 MapParams = Linux_LoongArch_MemoryMapParams.bits64; in initializeModule()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_decode_etmv4i.cpp | 1903 elem.context.bits64 = ctxt.SF; in updateContext()
|