Searched refs:shiftLo (Results 1 – 1 of 1) sorted by relevance
1057 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local1058 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()1079 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()