Searched refs:DecodeThreeAddrSRegInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 105 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, 831 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, in DecodeThreeAddrSRegInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 9614 …if (!Check(&S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) return MCDisassembler_…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 97 static DecodeStatus DecodeThreeAddrSRegInstruction(llvm::MCInst &Inst, 740 static DecodeStatus DecodeThreeAddrSRegInstruction(llvm::MCInst &Inst, in DecodeThreeAddrSRegInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 131 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, 933 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, in DecodeThreeAddrSRegInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 131 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, 936 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, in DecodeThreeAddrSRegInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1672 let DecoderMethod = "DecodeThreeAddrSRegInstruction"; 2079 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2227 let DecoderMethod = "DecodeThreeAddrSRegInstruction"; 2655 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2363 let DecoderMethod = "DecodeThreeAddrSRegInstruction"; 2791 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 22204 …if (!Check(S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler…
|