OP_SRL
case OP_SRL:
if ((i.RType.func == OP_SRL || i.RType.func == OP_SRLV)
name = (i.RType.func == OP_SRL) ? "rotr" : "rotrv";