Searched refs:shiftLo (Results 1 – 4 of 4) sorted by relevance
839 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local840 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()862 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()
940 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local941 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()962 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()
943 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local944 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()965 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()