Searched refs:DecodeExclusiveLdStInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 117 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst *Inst, 1189 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst *Inst, in DecodeExclusiveLdStInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 9619 …if (!Check(&S, DecodeExclusiveLdStInstruction(MI, insn, Address, Decoder))) return MCDisassembler_…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 111 static DecodeStatus DecodeExclusiveLdStInstruction(llvm::MCInst &Inst, 1081 static DecodeStatus DecodeExclusiveLdStInstruction(llvm::MCInst &Inst, in DecodeExclusiveLdStInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 142 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst &Inst, uint32_t insn, 1279 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst &Inst, uint32_t insn, in DecodeExclusiveLdStInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3408 let DecoderMethod = "DecodeExclusiveLdStInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3839 let DecoderMethod = "DecodeExclusiveLdStInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 19002 …if (!Check(S, DecodeExclusiveLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler…
|