Lines Matching refs:shift_value
6348 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DROTR() local
6353 return img_format("DROTR %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DROTR()
6371 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DROTR32() local
6376 return img_format("DROTR32 %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DROTR32()
6419 uint64 shift_value = extract_shift_5_4_3_2_1_0(instruction); in DROTX() local
6425 rt, rs, shift_value, shiftx_value); in DROTX()
6443 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DSLL() local
6448 return img_format("DSLL %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DSLL()
6466 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DSLL32() local
6471 return img_format("DSLL32 %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DSLL32()
6513 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DSRA() local
6518 return img_format("DSRA %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DSRA()
6536 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DSRA32() local
6541 return img_format("DSRA32 %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DSRA32()
6583 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DSRL() local
6588 return img_format("DSRL %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DSRL()
6606 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in DSRL32() local
6611 return img_format("DSRL32 %s, %s, 0x%" PRIx64, rt, rs, shift_value); in DSRL32()
6902 uint64 shift_value = extract_shift_10_9_8_7_6(instruction); in EXTD() local
6908 return img_format("EXTD %s, %s, %s, 0x%" PRIx64, rd, rs, rt, shift_value); in EXTD()
6927 uint64 shift_value = extract_shift_10_9_8_7_6(instruction); in EXTD32() local
6933 return img_format("EXTD32 %s, %s, %s, 0x%" PRIx64, rd, rs, rt, shift_value); in EXTD32()
7045 uint64 shift_value = extract_shift_20_19_18_17_16(instruction); in EXTR_RS_W() local
7051 return img_format("EXTR_RS.W %s, %s, 0x%" PRIx64, rt, ac, shift_value); in EXTR_RS_W()
7069 uint64 shift_value = extract_shift_20_19_18_17_16(instruction); in EXTR_R_W() local
7075 return img_format("EXTR_R.W %s, %s, 0x%" PRIx64, rt, ac, shift_value); in EXTR_R_W()
7093 uint64 shift_value = extract_shift_20_19_18_17_16(instruction); in EXTR_S_H() local
7099 return img_format("EXTR_S.H %s, %s, 0x%" PRIx64, rt, ac, shift_value); in EXTR_S_H()
7117 uint64 shift_value = extract_shift_20_19_18_17_16(instruction); in EXTR_W() local
7123 return img_format("EXTR.W %s, %s, 0x%" PRIx64, rt, ac, shift_value); in EXTR_W()
7243 uint64 shift_value = extract_shift_10_9_8_7_6(instruction); in EXTW() local
7249 return img_format("EXTW %s, %s, %s, 0x%" PRIx64, rd, rs, rt, shift_value); in EXTW()
12200 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in ROTR() local
12205 return img_format("ROTR %s, %s, 0x%" PRIx64, rt, rs, shift_value); in ROTR()
12249 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in ROTX() local
12255 rt, rs, shift_value, shiftx_value, stripe_value); in ROTX()
13409 int64 shift_value = extract_shift__se5_21_20_19_18_17_16(instruction); in SHILO() local
13414 return img_format("SHILO %s, 0x%" PRIx64, ac, shift_value); in SHILO()
14066 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in SLL_32_() local
14071 return img_format("SLL %s, %s, 0x%" PRIx64, rt, rs, shift_value); in SLL_32_()
14294 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in SRA() local
14299 return img_format("SRA %s, %s, 0x%" PRIx64, rt, rs, shift_value); in SRA()
14365 uint64 shift_value = extract_shift_4_3_2_1_0(instruction); in SRL_32_() local
14370 return img_format("SRL %s, %s, 0x%" PRIx64, rt, rs, shift_value); in SRL_32_()