Searched refs:shift3 (Results 1 – 1 of 1) sorted by relevance
/qemu/disas/ |
H A D | nanomips.c | 14046 uint64 shift3 = encode_shift3_from_shift(shift3_value); in SLL_16_() local 14048 return img_format("SLL %s, %s, 0x%" PRIx64, rt3, rs3, shift3); in SLL_16_() 14345 uint64 shift3 = encode_shift3_from_shift(shift3_value); in SRL_16_() local 14347 return img_format("SRL %s, %s, 0x%" PRIx64, rt3, rs3, shift3); in SRL_16_()
|