Home | History | Annotate | Download | only in Disassembler

Lines Matching full:shiftlo

747   unsigned shiftLo = fieldFromInstruction(insn, 10, 6);
748 unsigned shift = (shiftHi << 6) | shiftLo;
769 if (shiftLo >> 5 == 1)