Home
last modified time | relevance | path

Searched refs:bSig0 (Results 1 – 5 of 5) sorted by relevance

/netbsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1700 bSig0, bSig1, 0, expDiff, &bSig0, &bSig1, &zSig2 ); in addFloat64Sigs()
1767 shortShift64Left( bSig0, bSig1, 10, &bSig0, &bSig1 ); in subFloat64Sigs()
1815 shift64RightJamming( bSig0, bSig1, expDiff, &bSig0, &bSig1 ); in subFloat64Sigs()
1915 normalizeFloat64Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float64_mul()
1919 shortShift64Left( bSig0, bSig1, 12, &bSig0, &bSig1 ); in float64_mul()
1977 normalizeFloat64Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float64_div()
1985 shortShift64Left( bSig0 | 0x00100000, bSig1, 11, &bSig0, &bSig1 ); in float64_div()
2054 normalizeFloat64Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float64_rem()
2064 shortShift64Left( bSig0 | 0x00100000, bSig1, 11, &bSig0, &bSig1 ); in float64_rem()
2081 shift64Right( bSig0, bSig1, 8, &bSig0, &bSig1 ); in float64_rem()
[all …]
/netbsd/sys/lib/libkern/
H A Dsoftfloat.c4618 bSig0, bSig1, 0, expDiff, &bSig0, &bSig1, &zSig2 ); in addFloat128Sigs()
4686 shortShift128Left( bSig0, bSig1, 14, &bSig0, &bSig1 ); in subFloat128Sigs()
4736 shift128RightJamming( bSig0, bSig1, expDiff, &bSig0, &bSig1 ); in subFloat128Sigs()
4836 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_mul()
4840 shortShift128Left( bSig0, bSig1, 16, &bSig0, &bSig1 ); in float128_mul()
4900 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_div()
4910 bSig0 | LIT64( 0x0001000000000000 ), bSig1, 15, &bSig0, &bSig1 ); in float128_div()
4979 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_rem()
4995 bSig0 | LIT64( 0x0001000000000000 ), bSig1, 15, &bSig0, &bSig1 ); in float128_rem()
5012 shift128Right( bSig0, bSig1, 12, &bSig0, &bSig1 ); in float128_rem()
[all …]
/netbsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4794 bSig0, bSig1, 0, expDiff, &bSig0, &bSig1, &zSig2 ); in addFloat128Sigs()
4863 shortShift128Left( bSig0, bSig1, 14, &bSig0, &bSig1 ); in subFloat128Sigs()
4913 shift128RightJamming( bSig0, bSig1, expDiff, &bSig0, &bSig1 ); in subFloat128Sigs()
5016 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_mul()
5020 shortShift128Left( bSig0, bSig1, 16, &bSig0, &bSig1 ); in float128_mul()
5081 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_div()
5091 bSig0 | LIT64( 0x0001000000000000 ), bSig1, 15, &bSig0, &bSig1 ); in float128_div()
5160 normalizeFloat128Subnormal( bSig0, bSig1, &bExp, &bSig0, &bSig1 ); in float128_rem()
5176 bSig0 | LIT64( 0x0001000000000000 ), bSig1, 15, &bSig0, &bSig1 ); in float128_rem()
5193 shift128Right( bSig0, bSig1, 12, &bSig0, &bSig1 ); in float128_rem()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S5045 slli $r9, P2H, 12 ! r9=bSig0
5068 slt $ta, $r8, $r9 ! ta=(aSig0<bSig0)
5069 bne $r8, $r9, .L8 ! if(aSig0!=bSig0),go .L8
5108 or $ta, P2L, $r9 ! ta=(bSig0|bSig1)
/netbsd/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S5045 slli $r9, P2H, 12 ! r9=bSig0
5068 slt $ta, $r8, $r9 ! ta=(aSig0<bSig0)
5069 bne $r8, $r9, .L8 ! if(aSig0!=bSig0),go .L8
5108 or $ta, P2L, $r9 ! ta=(bSig0|bSig1)