Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c847 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local
848 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
870 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp747 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local
748 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
769 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp932 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local
933 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
954 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()