Searched refs:DecodeVecShiftLImm (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 668 static DecodeStatus DecodeVecShiftLImm(llvm::MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm() function 714 return DecodeVecShiftLImm(Inst, Imm, 64); in DecodeVecShiftL64Imm() 719 return DecodeVecShiftLImm(Inst, Imm, 32); in DecodeVecShiftL32Imm() 724 return DecodeVecShiftLImm(Inst, Imm, 16); in DecodeVecShiftL16Imm() 729 return DecodeVecShiftLImm(Inst, Imm, 8); in DecodeVecShiftL8Imm()
|