Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm.cc96 uint32_t shift_type; in encodingArm() local
99 shift_type = static_cast<uint32_t>(shift_); in encodingArm()
103 shift_type = static_cast<uint32_t>(arm::Shift::ROR); // Same encoding as ROR. in encodingArm()
107 shift_type = static_cast<uint32_t>(shift_); in encodingArm()
113 shift_type << kShiftShift | in encodingArm()
118 shift_type << kShiftShift | (1 << 4) | in encodingArm()