Searched refs:ushift (Results 1 – 2 of 2) sorted by relevance
645 unsigned long byte, ushift; in pmul() local651 ushift = (opf == FMUL8SUx16_OPF) ? 8 : 0; in pmul()658 src1 = ((rs1 >> ((16 * byte) + ushift)) & 0x00ff); in pmul()675 unsigned long byte, ushift; in pmul() local681 ushift = (opf == FMULD8SUx16_OPF) ? 8 : 0; in pmul()688 src1 = ((rs1 >> ((16 * byte) + ushift)) & 0x00ff); in pmul()
475 int ushift = 32 - shift; in qib_copy_io() local483 data = get_upper_bits(v, ushift); in qib_copy_io()