Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c846 unsigned shiftHi = fieldFromInstruction(insn, 22, 2); in DecodeThreeAddrSRegInstruction() local
848 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
858 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()
882 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp931 unsigned shiftHi = fieldFromInstruction(insn, 22, 2); in DecodeThreeAddrSRegInstruction() local
933 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
942 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()
966 if (shiftHi == 0x3) in DecodeThreeAddrSRegInstruction()