Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c103 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst,
839 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, in DecodeThreeAddrSRegInstruction() function
DAArch64GenDisassemblerTables.inc9622 …if (!Check(&S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) return MCDisassembler_…
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp97 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/
DAArch64Disassembler.cpp130 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/
DAArch64InstrFormats.td1672 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
2079 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2030 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
2437 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc19025 …if (!Check(S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler…