Searched refs:DecodeThreeAddrSRegInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 103 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, 839 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, in DecodeThreeAddrSRegInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 9622 …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-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 130 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, 925 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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2030 let DecoderMethod = "DecodeThreeAddrSRegInstruction"; 2437 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 19025 …if (!Check(S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler…
|