Searched refs:sign_bit (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 105 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 …]
|
D | res_func.S | 68 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 …]
|
D | sint.S | 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
|
D | kernel_ex.S | 79 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
|
D | x_store.S | 48 bsetb #sign_bit,LOCAL_EX(%a0) 246 bsetb #sign_bit,LOCAL_EX(%a1)
|
D | sgetem.S | 57 bclrb #sign_bit,LOCAL_EX(%a0)
|
D | fpsp.h | 303 .set sign_bit,7
|
D | setox.S | 613 bclrb #sign_bit,(%a0) | ...setox always returns positive
|
/linux-4.4.14/sound/soc/ |
D | soc-ops.c | 139 unsigned int sign_bit, int *signed_val) in snd_soc_read_signed() argument 150 if (!sign_bit) { in snd_soc_read_signed() 156 if (!(val & BIT(sign_bit))) { in snd_soc_read_signed() 169 ret |= ~((int)(BIT(sign_bit) - 1)); in snd_soc_read_signed() 259 int sign_bit = mc->sign_bit; in snd_soc_get_volsw() local 265 if (sign_bit) in snd_soc_get_volsw() 266 mask = BIT(sign_bit + 1) - 1; in snd_soc_get_volsw() 268 ret = snd_soc_read_signed(component, reg, mask, shift, sign_bit, &val); in snd_soc_get_volsw() 280 sign_bit, &val); in snd_soc_get_volsw() 283 sign_bit, &val); in snd_soc_get_volsw() [all …]
|
/linux-4.4.14/include/sound/ |
D | soc.h | 44 .sign_bit = xsign_bit, .invert = xinvert, .autodisable = xautodisable}) 57 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \ 1211 unsigned int sign_bit; member
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 126 uint64_t sign_bit; member 194 decoder->sign_bit = (uint64_t)1 << 47; in intel_pt_decoder_new() 387 if (ip & decoder->sign_bit) in intel_pt_calc_ip()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 493 set sign_bit, 0x7 # sign bit
|