Home
last modified time | relevance | path

Searched refs:add64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros272 add64(
432 add64( z0, more1, 0, z1, &z0, &z1 );
464 add64( z1, more2, 0, z2, &z1, &z2 );
466 add64( z0, more1, 0, z1, &z0, &z1 );
468 add64( more1, more2, 0, z2, &more1, &z2 );
469 add64( z0, z1, 0, more1, &z0, &z1 );
501 add64( rem0, rem1, b0, b1, &rem0, &rem1 );
H A Dsoftfloat.c472 add64( zSig0, zSig1, 0, 1, &zSig0, &zSig1 ); in roundAndPackFloat64()
1088 add64( rem0, rem1, 0, bSig, &rem0, &rem1 ); in float32_div()
1231 add64( rem0, rem1, term0, term1, &rem0, &rem1 ); in float32_sqrt()
1584 add64( z.high, z.low, 0, lastBitMask>>1, &z.high, &z.low ); in float64_round_to_int()
1597 add64( z.high, z.low, 0, roundBitsMask, &z.high, &z.low ); in float64_round_to_int()
1714 add64( aSig0, aSig1, bSig0, bSig1, &zSig0, &zSig1 ); in addFloat64Sigs()
1722 add64( aSig0, aSig1, bSig0, bSig1, &zSig0, &zSig1 ); in addFloat64Sigs()
1910 add64( zSig0, zSig1, aSig0, aSig1, &zSig0, &zSig1 ); in float64_mul()
2091 add64( in float64_rem()
2153 add64( rem0, rem1, 0, doubleZSig0 | 1, &rem0, &rem1 ); in float64_sqrt()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp70 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() function
121 add64(off, s + imageBase); in applyRelX64()
341 add64(off, s + imageBase); in applyRelARM64()