Home
last modified time | relevance | path

Searched refs:comb (Results 1 – 4 of 4) sorted by relevance

/qemu/libdecnumber/dpd/
H A Ddecimal32.c90 uInt comb, exp; /* .. */ in decimal32FromNumber() local
137 comb=(exp>>3) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal32FromNumber()
166 else comb=((exp>>3) & 0x18) | msd; in decimal32FromNumber()
168 targ|=comb<<26; /* add combination field .. */ in decimal32FromNumber()
192 uInt comb; /* combination field */ in decimal32ToNumber() local
200 comb=(sour>>26)&0x1f; /* combination field */ in decimal32ToNumber()
205 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber()
206 exp=COMBEXP[comb]; /* .. */ in decimal32ToNumber()
261 uInt comb; /* combination field */ in decimal32ToString() local
278 comb=(sour>>26)&0x1f; /* combination field */ in decimal32ToString()
[all …]
H A Ddecimal128.c90 uInt comb, exp; /* .. */ in decimal128FromNumber() local
141 comb=(exp>>9) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal128FromNumber()
163 else comb=((exp>>9) & 0x18) | msd; in decimal128FromNumber()
165 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber()
200 uInt comb; /* combination field */ in decimal128ToNumber() local
224 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal128ToNumber()
229 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber()
230 exp=COMBEXP[comb]; /* .. */ in decimal128ToNumber()
288 uInt comb; /* combination field */ in decimal128ToString() local
321 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal128ToString()
[all …]
H A Ddecimal64.c96 uInt comb, exp; /* .. */ in decimal64FromNumber() local
145 comb=(exp>>5) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal64FromNumber()
184 else comb=((exp>>5) & 0x18) | msd; in decimal64FromNumber()
186 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber()
217 uInt comb; /* combination field */ in decimal64ToNumber() local
235 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToNumber()
240 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber()
241 exp=COMBEXP[comb]; /* .. */ in decimal64ToNumber()
304 uInt comb; /* combination field */ in decimal64ToString() local
331 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToString()
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_mac16.S29 .macro test_mulxx mulop, comb, s, t, a, b
30 init_reg \comb & 2, \s, \a
31 init_reg \comb & 1, \t, \b
70 .macro test_mulxxx mulop, comb, s, t, a, b, iv, op
71 init_reg \comb & 2, \s, \a
72 init_reg \comb & 1, \t, \b
166 .macro test_mulxxx_ld mulop, ldop, comb, w, x, s, t, a, b, iv, op
167 init_reg \comb & 2, \s, \a
168 init_reg \comb & 1, \t, \b