Searched refs:shiftLo (Results 1 – 3 of 3) sorted by relevance
847 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local848 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()870 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()
747 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local748 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()769 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()
932 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local933 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()954 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()