Home
last modified time | relevance | path

Searched refs:shift_type (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddisassembler_arm.cc376 uint32_t shift_type = ((instr >> 4) & 0x2); in DumpThumb32() local
466 bool noShift = (imm5 == 0 && shift_type != 0x3); in DumpThumb32()
469 switch (shift_type) { in DumpThumb32()
481 if (shift_type != 0x3 /* rrx */) { in DumpThumb32()