Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp814 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm() function
829 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm()
835 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow()
841 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm()
847 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow()
853 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm()
859 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow()
865 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()