Home
last modified time | relevance | path

Searched refs:DecodeExclusiveLdStInstruction (Results 1 – 7 of 7) sorted by relevance

/external/capstone/arch/AArch64/
DAArch64Disassembler.c117 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst *Inst,
1189 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst *Inst, in DecodeExclusiveLdStInstruction() function
DAArch64GenDisassemblerTables.inc9619 …if (!Check(&S, DecodeExclusiveLdStInstruction(MI, insn, Address, Decoder))) return MCDisassembler_…
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp111 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/
DAArch64Disassembler.cpp142 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/
DAArch64InstrFormats.td3408 let DecoderMethod = "DecodeExclusiveLdStInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td3839 let DecoderMethod = "DecodeExclusiveLdStInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc19002 …if (!Check(S, DecodeExclusiveLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler…