Home | History | Annotate | Download | only in disassembler

Lines Matching refs:shift_op

1528             uint32_t shift_op = (instr >> 21) & 3;
1533 opcode << kThumb2ShiftOperations[shift_op] << (S != 0 ? "s" : "");