Home | History | Annotate | Download | only in Disassembler

Lines Matching full:shifthi

746   unsigned shiftHi = fieldFromInstruction(insn, 22, 2);
748 unsigned shift = (shiftHi << 6) | shiftLo;
757 if (shiftHi == 0x3)
781 if (shiftHi == 0x3)