Symbol: SP_HIDDEN_BIT
arch/mips/math-emu/dp_fsp.c
59
xm &= ~SP_HIDDEN_BIT;
arch/mips/math-emu/ieee754int.h
74
vm |= SP_HIDDEN_BIT; \
arch/mips/math-emu/ieee754sp.c
134
assert((xm & (SP_HIDDEN_BIT << 3)) == 0);
arch/mips/math-emu/ieee754sp.c
140
if ((xm & (SP_HIDDEN_BIT << 3)) == 0) {
arch/mips/math-emu/ieee754sp.c
184
if ((xm & SP_HIDDEN_BIT) == 0) {
arch/mips/math-emu/ieee754sp.c
192
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/ieee754sp.c
194
return buildsp(sn, xe + SP_EBIAS, xm & ~SP_HIDDEN_BIT);
arch/mips/math-emu/ieee754sp.c
92
assert(xm & (SP_HIDDEN_BIT << 3));
arch/mips/math-emu/sp_add.c
107
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_add.c
108
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_div.c
106
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_div.c
107
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmax.c
107
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmax.c
108
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmax.c
235
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmax.c
236
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmin.c
107
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmin.c
108
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmin.c
235
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_fmin.c
236
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_maddf.c
152
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_maddf.c
153
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_mul.c
105
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_mul.c
106
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_mul.c
151
assert(rm & (SP_HIDDEN_BIT << 3));
arch/mips/math-emu/sp_sub.c
112
assert(xm & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_sub.c
113
assert(ym & SP_HIDDEN_BIT);
arch/mips/math-emu/sp_tint.c
45
if (xe == 31 && xs && xm == SP_HIDDEN_BIT)
arch/mips/math-emu/sp_tlong.c
45
if (xe == 63 && xs && xm == SP_HIDDEN_BIT)