Home
last modified time | relevance | path

Searched refs:shift_value (Results 1 – 1 of 1) sorted by relevance

/qemu/disas/
H A Dnanomips.c6348 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()
[all …]