Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c839 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local
840 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
862 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-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp940 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local
941 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
962 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp943 unsigned shiftLo = fieldFromInstruction(insn, 10, 6); in DecodeThreeAddrSRegInstruction() local
944 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction()
965 if (shiftLo >> 5 == 1) in DecodeThreeAddrSRegInstruction()