Searched refs:shift (Results 1 – 5 of 5) sorted by relevance
272 for (int shift = 6; shift >= 0; shift -= 3) { in toHuman()273 char outChar = (char) (((c >> shift) & 7) + '0'); in toHuman()
76 shift77 shift83 shift
76 shift /181 shift /1
247 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H() local248 short literal = (short) (insn.getLiteral() >> shift); in FORMAT_21H()