Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c142 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn,
1591 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, in DecodeUnconditionalBranch() function
DAArch64GenDisassemblerTables.inc11651 …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-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp165 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
1704 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch() function
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp168 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
1740 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-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1732 let DecoderMethod = "DecodeUnconditionalBranch";
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1858 let DecoderMethod = "DecodeUnconditionalBranch";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc24427 …if (!Check(S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…