Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp929 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm() function
944 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm()
950 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow()
956 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm()
962 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow()
968 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm()
974 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow()
980 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()