Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp937 unsigned shiftHi = fieldFromInstruction(insn, 22, 2); in DecodeThreeAddrSRegInstruction() local
939 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
948 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()
972 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()