Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp664 static DecodeStatus DecodeVecShiftRImm(llvm::MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm() function
678 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm()
684 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow()
689 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm()
695 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow()
700 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm()
706 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow()
711 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()