Searched refs:shift (Results 1 – 5 of 5) sorted by relevance
100 shift101 shift108 shift115 shift116 shift122 shift
98 shift /1103 shift /1
273 for (int shift = 6; shift >= 0; shift -= 3) { in toHuman()274 char outChar = (char) (((c >> shift) & 7) + '0'); in toHuman()
272 for (int shift = 6; shift >= 0; shift -= 3) { in toHuman()273 char outChar = (char) (((c >> shift) & 7) + '0'); in toHuman()
272 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H() local273 short literal = (short) (insn.getLiteral() >> shift); in FORMAT_21H()