Searched refs:DecodeVecShiftRImm (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 523 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm() function 538 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm() 544 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow() 550 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm() 556 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow() 562 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm() 568 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow() 574 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()
|