Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c105 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst,
831 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, in DecodeThreeAddrSRegInstruction() function
DAArch64GenDisassemblerTables.inc9614 …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-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp131 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn,
933 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn, in DecodeThreeAddrSRegInstruction() function
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp131 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst &Inst, uint32_t insn,
936 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-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2227 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
2655 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2363 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
2791 let DecoderMethod = "DecodeThreeAddrSRegInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc22204 …if (!Check(S, DecodeThreeAddrSRegInstruction(MI, insn, Address, Decoder))) { return MCDisassembler…