Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp656 unsigned shiftHi = fieldFromInstruction(insn, 22, 2); in DecodeThreeAddrSRegInstruction() local
658 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
667 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()
694 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()