Searched refs:ushift (Results 1 – 3 of 3) sorted by relevance
644 unsigned long byte, ushift; in pmul() local650 ushift = (opf == FMUL8SUx16_OPF) ? 8 : 0; in pmul()657 src1 = ((rs1 >> ((16 * byte) + ushift)) & 0x00ff); in pmul()674 unsigned long byte, ushift; in pmul() local680 ushift = (opf == FMULD8SUx16_OPF) ? 8 : 0; in pmul()687 src1 = ((rs1 >> ((16 * byte) + ushift)) & 0x00ff); in pmul()
860 int ushift = 32 - shift; in copy_io() local868 data = get_upper_bits(v, ushift); in copy_io()
902 int ushift = 32 - shift; in copy_io() local910 data = get_upper_bits(v, ushift); in copy_io()