Home
last modified time | relevance | path

Searched refs:sign_bit (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
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_EX(%a0)
[all …]
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)
792 bsetb #sign_bit,WBTEMP_EX(%a6)
892 bclrb #sign_bit,WBTEMP_EX(%a6)
897 bsetb #sign_bit,WBTEMP_EX(%a6)
916 bclrb #sign_bit,ETEMP_EX(%a6)
921 bsetb #sign_bit,ETEMP_EX(%a6)
942 bclrb #sign_bit,FPTEMP_EX(%a6)
947 bsetb #sign_bit,FPTEMP_EX(%a6)
[all …]
Dsint.S141 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
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
286 btstb #sign_bit,FPTEMP_EX(%a6) |test sign of nan
Dx_store.S48 bsetb #sign_bit,LOCAL_EX(%a0)
246 bsetb #sign_bit,LOCAL_EX(%a1)
Dsgetem.S57 bclrb #sign_bit,LOCAL_EX(%a0)
Dfpsp.h303 .set sign_bit,7
Dsetox.S613 bclrb #sign_bit,(%a0) | ...setox always returns positive
/kernel/linux/linux-5.10/sound/soc/
Dsoc-ops.c131 unsigned int sign_bit, int *signed_val) in snd_soc_read_signed() argument
139 if (!sign_bit) { in snd_soc_read_signed()
145 if (!(val & BIT(sign_bit))) { in snd_soc_read_signed()
158 ret |= ~((int)(BIT(sign_bit) - 1)); in snd_soc_read_signed()
248 int sign_bit = mc->sign_bit; in snd_soc_get_volsw() local
254 if (sign_bit) in snd_soc_get_volsw()
255 mask = BIT(sign_bit + 1) - 1; in snd_soc_get_volsw()
257 ret = snd_soc_read_signed(component, reg, mask, shift, sign_bit, &val); in snd_soc_get_volsw()
269 sign_bit, &val); in snd_soc_get_volsw()
272 sign_bit, &val); in snd_soc_get_volsw()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
Dtidss_dispc.c2378 u64 sign_bit = 1ULL << 63; in dispc_S31_32_to_s2_8() local
2382 if (cbits & sign_bit) in dispc_S31_32_to_s2_8()
2383 ret = -clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x200); in dispc_S31_32_to_s2_8()
2385 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x1FF); in dispc_S31_32_to_s2_8()
2456 u64 sign_bit = 1ULL << 63; in dispc_S31_32_to_s3_8() local
2460 if (cbits & sign_bit) in dispc_S31_32_to_s3_8()
2461 ret = -clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x400); in dispc_S31_32_to_s3_8()
2463 ret = clamp_val(((cbits & ~sign_bit) >> 24), 0, 0x3FF); in dispc_S31_32_to_s3_8()
/kernel/linux/linux-5.10/include/sound/
Dsoc.h40 .sign_bit = xsign_bit, .invert = xinvert, .autodisable = xautodisable})
53 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \
189 .sign_bit = 7,} }
1209 unsigned int sign_bit; member
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
Dfplsp.S493 set sign_bit, 0x7 # sign bit