Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c756 static DecodeStatus DecodeVecShiftRImm(MCInst *Inst, unsigned Imm, in DecodeVecShiftRImm() function
773 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm()
780 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow()
786 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm()
793 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow()
799 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm()
806 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow()
812 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp670 static DecodeStatus DecodeVecShiftRImm(llvm::MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm() function
684 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm()
690 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow()
695 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm()
701 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow()
706 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm()
712 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow()
717 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp855 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm() function
869 return DecodeVecShiftRImm(Inst, Imm, 64); in DecodeVecShiftR64Imm()
875 return DecodeVecShiftRImm(Inst, Imm | 0x20, 64); in DecodeVecShiftR64ImmNarrow()
880 return DecodeVecShiftRImm(Inst, Imm, 32); in DecodeVecShiftR32Imm()
886 return DecodeVecShiftRImm(Inst, Imm | 0x10, 32); in DecodeVecShiftR32ImmNarrow()
891 return DecodeVecShiftRImm(Inst, Imm, 16); in DecodeVecShiftR16Imm()
897 return DecodeVecShiftRImm(Inst, Imm | 0x8, 16); in DecodeVecShiftR16ImmNarrow()
902 return DecodeVecShiftRImm(Inst, Imm, 8); in DecodeVecShiftR8Imm()