Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c140 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn,
1599 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, in DecodeUnconditionalBranch() function
DAArch64GenDisassemblerTables.inc11659 …if (!Check(&S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) return MCDisassembler_Fail;…
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp134 static DecodeStatus DecodeUnconditionalBranch(llvm::MCInst &Inst, uint32_t insn,
1493 static DecodeStatus DecodeUnconditionalBranch(llvm::MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp164 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
1691 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1257 let DecoderMethod = "DecodeUnconditionalBranch";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1551 let DecoderMethod = "DecodeUnconditionalBranch";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc21210 …if (!Check(S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…