Searched refs:ushift (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dvisemul.c639 unsigned long byte, ushift; local
645 ushift = (opf == FMUL8SUx16_OPF) ? 8 : 0;
652 src1 = ((rs1 >> ((16 * byte) + ushift)) & 0x00ff);
669 unsigned long byte, ushift; local
675 ushift = (opf == FMULD8SUx16_OPF) ? 8 : 0;
682 src1 = ((rs1 >> ((16 * byte) + ushift)) & 0x00ff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c882 int ushift = 32 - shift; local
890 data = get_upper_bits(v, ushift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_verbs.c817 int ushift = 32 - shift; local
825 data = get_upper_bits(v, ushift);

Completed in 101 milliseconds