Searched refs:DecodeVecShiftRImm (Results 1 – 3 of 3) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 756 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/ |
D | AArch64Disassembler.cpp | 670 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/ |
D | AArch64Disassembler.cpp | 855 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()
|