/linux-4.1.27/arch/frv/lib/ |
H A D | __ucmpdi2.S | 30 bclr icc0,#2 ; a.msw < b.msw 33 bhilr icc0,#0 ; a.msw > b.msw
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | poly_sin.c | 67 accumulator.lsw = accumulator.midw = accumulator.msw = 0; poly_sine() 75 argSqrd.msw = st0_ptr->sigh; poly_sine() 80 argTo4.msw = argSqrd.msw; poly_sine() 94 accumulator.msw |= 0x80000000; /* Add 1.0 */ poly_sine() 168 if (argSqrd.msw & 0xffc00000) { poly_sine() 170 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; poly_sine() 219 accumulator.lsw = accumulator.midw = accumulator.msw = 0; poly_cos() 225 argSqrd.msw = st0_ptr->sigh; poly_cos() 235 argTo4.msw = argSqrd.msw; poly_cos() 266 if (accumulator.msw == 0) { poly_cos() 311 argTo4.msw = argSqrd.msw; poly_cos() 325 accumulator.msw |= 0x80000000; /* Add 1.0 */ poly_cos() 350 if (argSqrd.msw & 0xffc00000) { poly_cos() 352 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2; poly_cos() 353 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24; poly_cos()
|
H A D | poly_l2.c | 54 accumulator.msw = accumulator.midw = accumulator.lsw = 0; poly_l2() 64 expon_accum.msw = exponent; poly_l2() 84 if (accumulator.msw == 0) { poly_l2() 193 Denom.msw |= 0x80000000; log2_kernel() 198 if (Denom.msw & 0x80000000) { log2_kernel() 205 argSignif.msw = Numer.msw; log2_kernel() 212 if ((exponent > -2) || (argSignif.msw > (unsigned)0xafb0ccc0)) { log2_kernel() 229 accumulator.msw = accumulator.midw = accumulator.lsw = 0; log2_kernel() 242 accum_result->msw = accumulator.msw; log2_kernel()
|
H A D | poly_atan.c | 96 || ((exponent == -2) && (argSignif.msw > 0xd413ccd0))) { poly_atan() 105 (argSignif.msw == 0x80000000))) { poly_atan() 110 argSignif.msw = 0; /* Make the transformed arg -> 0.0 */ poly_atan() 120 Denom.msw |= 0x80000000; poly_atan() 132 argSq.msw = argSignif.msw; poly_atan() 137 argSqSq.msw = argSq.msw; poly_atan() 150 accumulator.msw = accumulator.midw = accumulator.lsw = 0; poly_atan() 162 accumulatore.msw |= 0x80000000; poly_atan()
|
H A D | poly_2xm1.c | 73 shift = (argSignif.msw & 0x40000000) ? 3 : 2; poly_2xm1() 93 accumulator.lsw = accumulator.midw = accumulator.msw = 0; poly_2xm1() 106 accumulator.msw |= 0x80000000; /* add 1.0 */ poly_2xm1() 108 accumulator.msw &= 0x3fffffff; /* subtract 1.0 */ poly_2xm1() 127 Denom.msw |= 0x80000000; /* add 1.0 */ poly_2xm1()
|
H A D | poly_tan.c | 115 accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0; poly_tan() 125 accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0; poly_tan() 141 if (accumulatore.msw == 0) { poly_tan() 180 adj = accum.msw >> -(exponent + 1); /* tan */ poly_tan() 186 fix_up.msw += adj; poly_tan() 187 if (!(fix_up.msw & 0x80000000)) { /* did fix_up overflow ? */ poly_tan() 190 fix_up.msw |= 0x80000000; poly_tan() 201 accumulatoro.msw = 0x80000000; poly_tan()
|
H A D | poly.h | 26 unsigned long msw; member in struct:__anon3185
|
H A D | div_Xsig.S | 213 cmpl $0,%ecx /* augmented denom msw */
|
H A D | fpu_trig.c | 761 /* msw x -= msw st1 * lsw q */ rem_kernel() 766 /* msw x -= lsw st1 * msw q */ rem_kernel()
|
H A D | reg_u_div.S | 295 cmpl $0,%ecx /* augmented denom msw */
|
H A D | wm_sqrt.S | 139 movl %ecx,%edx /* msw of the arg / 2 */
|
/linux-4.1.27/arch/mn10300/lib/ |
H A D | __ucmpdi2.S | 28 mov (16,sp),a1 # b.msw 32 bne __ucmpdi2_differ # a.msw != b.msw
|
/linux-4.1.27/arch/arm/nwfpe/ |
H A D | fpa11_cpdt.c | 86 get_user(p[1], &pMem[1]); /* double msw */ loadMultiple() 95 get_user(p[2], &pMem[1]); /* msw */ loadMultiple() 153 put_user(val.i[0], &pMem[0]); /* msw */ storeDouble() 156 put_user(val.i[1], &pMem[0]); /* msw */ storeDouble() 185 put_user(val.i[1], &pMem[1]); /* msw */ storeExtended() 189 put_user(val.i[2], &pMem[1]); /* msw */ storeExtended() 207 put_user(p[1], &pMem[1]); /* double msw */ storeMultiple() 215 put_user(p[2], &pMem[1]); /* msw */ storeMultiple()
|
/linux-4.1.27/drivers/clocksource/ |
H A D | bcm_kona_timer.c | 71 kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw) kona_timer_get_counter() argument 88 *msw = readl(timer_base + KONA_GPTIMER_STCHI_OFFSET); kona_timer_get_counter() 90 if (*msw == readl(timer_base + KONA_GPTIMER_STCHI_OFFSET)) kona_timer_get_counter() 114 uint32_t lsw, msw; kona_timer_set_next_event() local 117 kona_timer_get_counter(timers.tmr_regs, &msw, &lsw); kona_timer_set_next_event()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 283 # if the divisor msw is 0, use simpler algorithm then the full blown 340 # Now calculate an estimate of the quotient words (msw first, then lsw). 353 divu.w %d3, %d1 # use quotient of mslw/msw 459 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source 460 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest 461 mulu.w %d4, %d3 # %d3 <- msw*msw 465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
|
H A D | isp.S | 2233 # if the divisor msw is 0, use simpler algorithm then the full blown 2290 # Now calculate an estimate of the quotient words (msw first, then lsw). 2303 divu.w %d3, %d1 # use quotient of mslw/msw 2409 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source 2410 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest 2411 mulu.w %d4, %d3 # %d3 <- msw*msw 2415 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
|
/linux-4.1.27/drivers/memstick/core/ |
H A D | ms_block.h | 118 unsigned short msw; member in struct:ms_cis_idi
|
/linux-4.1.27/arch/blackfin/lib/ |
H A D | divsi3.S | 118 R0 = 0 ; /* Clear msw partial remainder */
|
/linux-4.1.27/sound/pci/ac97/ |
H A D | ac97_codec.c | 2688 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); tune_hp_only() local 2690 if (! msw || ! mvol) tune_hp_only() 2692 msw->put = bind_hp_volsw_put; tune_hp_only() 2795 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); tune_mute_led() local 2796 if (! msw) tune_mute_led() 2798 msw->put = master_mute_sw_put; tune_mute_led() 2830 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); tune_hp_mute_led() local 2832 if (! msw || ! mvol) tune_hp_mute_led() 2834 msw->put = hp_master_mute_sw_put; tune_hp_mute_led()
|
/linux-4.1.27/drivers/net/ethernet/nuvoton/ |
H A D | w90p910_ether.c | 269 unsigned int msw, lsw; w90p910_write_cam() local 271 msw = (pval[0] << 24) | (pval[1] << 16) | (pval[2] << 8) | pval[3]; w90p910_write_cam() 276 __raw_writel(msw, ether->reg + REG_CAMM_BASE + x * CAM_ENTRY_SIZE); w90p910_write_cam()
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge_mcp.h | 254 /* data0, data1 = bus address lsw, msw */
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | kvm_host.h | 966 void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw);
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | x86.c | 626 void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw) kvm_lmsw() argument 628 (void)kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f)); kvm_lmsw()
|