Home | History | Annotate | Download | only in AArch64

Lines Matching refs:DecodeVecShiftLImm

763 static DecodeStatus DecodeVecShiftLImm(MCInst *Inst, unsigned Imm,
818 return DecodeVecShiftLImm(Inst, Imm, 64);
824 return DecodeVecShiftLImm(Inst, Imm, 32);
830 return DecodeVecShiftLImm(Inst, Imm, 16);
836 return DecodeVecShiftLImm(Inst, Imm, 8);