Searched refs:sign_bit (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S105 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
117 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
125 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
133 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
141 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
149 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
158 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
177 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
188 btstb #sign_bit,LOCAL_EX(%a0)
201 btstb #sign_bit,LOCAL_E
[all...]
H A Dsint.S94 btstb #sign_bit,LOCAL_EX(%a0)
99 btstb #sign_bit,LOCAL_EX(%a0)
141 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal extended
197 bsetb #sign_bit,LOCAL_EX(%a0)
238 bsetb #sign_bit,LOCAL_EX(%a0) |return to IEEE extended format
H A Dres_func.S68 bclrb #sign_bit,LOCAL_EX(%a0)
72 bclrb #sign_bit,LOCAL_EX(%a0) |get rid of false sign
75 bsetb #sign_bit,LOCAL_EX(%a0)
214 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal format
219 bsetb #sign_bit,LOCAL_EX(%a0)
238 bclrb #sign_bit,LOCAL_EX(%a0)
243 bsetb #sign_bit,LOCAL_EX(%a0)
261 bclrb #sign_bit,LOCAL_EX(%a0)
266 bsetb #sign_bit,LOCAL_EX(%a0)
284 bclrb #sign_bit,LOCAL_E
[all...]
H A Dkernel_ex.S79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
143 bset #sign_bit,FP_SCR1(%a6)
162 bclrb #sign_bit,LOCAL_EX(%a0)
171 bsetb #sign_bit,LOCAL_EX(%a0)
172 bsetb #sign_bit,FP_SCR1(%a6) |set sign bit of exc operand
246 bsetb #sign_bit,ETEMP_EX(%a6)
247 bsetb #sign_bit,FP_SCR1(%a6) |set exceptional operand sign
286 btstb #sign_bit,FPTEMP_EX(%a6) |test sign of nan
332 btstb #sign_bit,ETEMP_E
[all...]
H A Dx_store.S48 bsetb #sign_bit,LOCAL_EX(%a0)
246 bsetb #sign_bit,LOCAL_EX(%a1)
H A Dsgetem.S57 bclrb #sign_bit,LOCAL_EX(%a0)
H A Dfpsp.h303 .set sign_bit,7
H A Dsetox.S613 bclrb #sign_bit,(%a0) | ...setox always returns positive
/linux-master/sound/soc/
H A Dsoc-ops.c119 * @sign_bit: Bit that describes if a number is negative or not.
124 * the given registervalue into a signed integer if sign_bit is non-zero.
130 unsigned int sign_bit, int *signed_val)
138 if (!sign_bit) {
144 if (!(val & BIT(sign_bit))) {
157 ret |= ~((int)(BIT(sign_bit) - 1));
265 int sign_bit = mc->sign_bit; local
271 if (sign_bit)
272 mask = BIT(sign_bit
128 snd_soc_read_signed(struct snd_soc_component *component, unsigned int reg, unsigned int mask, unsigned int shift, unsigned int sign_bit, int *signed_val) argument
325 unsigned int sign_bit = mc->sign_bit; local
[all...]
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c2488 u64 sign_bit = 1ULL << 63; local
2492 if (cbits & sign_bit)
2493 ret = -clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x200);
2495 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x1FF);
2566 u64 sign_bit = 1ULL << 63; local
2570 if (cbits & sign_bit)
2571 ret = -clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x400);
2573 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x3FF);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c370 u64 sign_bit = 1ULL << 63; local
373 s16 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x1ff);
375 if (cbits & sign_bit)
/linux-master/include/sound/
H A Dsoc.h51 .sign_bit = xsign_bit, .invert = xinvert, .autodisable = xautodisable})
64 .max = xmax, .min = xmin, .sign_bit = xsign_bit, \
226 .sign_bit = 7,} }
1255 unsigned int sign_bit; member in struct:soc_mixer_control
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S493 set sign_bit, 0x7 # sign bit

Completed in 190 milliseconds