Searched refs:DecodeVecShiftLImm (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| HD | AArch64Disassembler.cpp | 869 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm() function 915 return DecodeVecShiftLImm(Inst, Imm, 64); in DecodeVecShiftL64Imm() 920 return DecodeVecShiftLImm(Inst, Imm, 32); in DecodeVecShiftL32Imm() 925 return DecodeVecShiftLImm(Inst, Imm, 16); in DecodeVecShiftL16Imm() 930 return DecodeVecShiftLImm(Inst, Imm, 8); in DecodeVecShiftL8Imm()
|