Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp529 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm() function
580 return DecodeVecShiftLImm(Inst, Imm, 64); in DecodeVecShiftL64Imm()
586 return DecodeVecShiftLImm(Inst, Imm, 32); in DecodeVecShiftL32Imm()
592 return DecodeVecShiftLImm(Inst, Imm, 16); in DecodeVecShiftL16Imm()
598 return DecodeVecShiftLImm(Inst, Imm, 8); in DecodeVecShiftL8Imm()