Searched refs:DecodeVecShiftLImm (Results 1 – 3 of 3) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 763 static DecodeStatus DecodeVecShiftLImm(MCInst *Inst, unsigned Imm, in DecodeVecShiftLImm() function 818 return DecodeVecShiftLImm(Inst, Imm, 64); in DecodeVecShiftL64Imm() 824 return DecodeVecShiftLImm(Inst, Imm, 32); in DecodeVecShiftL32Imm() 830 return DecodeVecShiftLImm(Inst, Imm, 16); in DecodeVecShiftL16Imm() 836 return DecodeVecShiftLImm(Inst, Imm, 8); in DecodeVecShiftL8Imm()
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 676 static DecodeStatus DecodeVecShiftLImm(llvm::MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm() function 722 return DecodeVecShiftLImm(Inst, Imm, 64); in DecodeVecShiftL64Imm() 727 return DecodeVecShiftLImm(Inst, Imm, 32); in DecodeVecShiftL32Imm() 732 return DecodeVecShiftLImm(Inst, Imm, 16); in DecodeVecShiftL16Imm() 737 return DecodeVecShiftLImm(Inst, Imm, 8); in DecodeVecShiftL8Imm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 861 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm() function 907 return DecodeVecShiftLImm(Inst, Imm, 64); in DecodeVecShiftL64Imm() 912 return DecodeVecShiftLImm(Inst, Imm, 32); in DecodeVecShiftL32Imm() 917 return DecodeVecShiftLImm(Inst, Imm, 16); in DecodeVecShiftL16Imm() 922 return DecodeVecShiftLImm(Inst, Imm, 8); in DecodeVecShiftL8Imm()
|