Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp746 unsigned shiftHi = fieldFromInstruction(insn, 22, 2); in DecodeThreeAddrSRegInstruction() local
748 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
757 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()
781 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()