Searched refs:DecodeAddSubERegInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 124 static DecodeStatus DecodeAddSubERegInstruction(MCInst *Inst, 1394 static DecodeStatus DecodeAddSubERegInstruction(MCInst *Inst, in DecodeAddSubERegInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 9625 …if (!Check(&S, DecodeAddSubERegInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fai…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 118 static DecodeStatus DecodeAddSubERegInstruction(llvm::MCInst &Inst, 1293 static DecodeStatus DecodeAddSubERegInstruction(llvm::MCInst &Inst, in DecodeAddSubERegInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 148 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn, 1491 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn, in DecodeAddSubERegInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1697 let DecoderMethod = "DecodeAddSubERegInstruction"; 1722 let DecoderMethod = "DecodeAddSubERegInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2055 let DecoderMethod = "DecodeAddSubERegInstruction"; 2080 let DecoderMethod = "DecodeAddSubERegInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 19028 …if (!Check(S, DecodeAddSubERegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::F…
|