Searched refs:DecodeUnconditionalBranch (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 142 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, 1591 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, in DecodeUnconditionalBranch() function
|
D | AArch64GenDisassemblerTables.inc | 11651 …if (!Check(&S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) return MCDisassembler_Fail;…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 134 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/ |
D | AArch64Disassembler.cpp | 165 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/ |
D | AArch64Disassembler.cpp | 168 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/ |
D | AArch64InstrFormats.td | 1257 let DecoderMethod = "DecodeUnconditionalBranch";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1732 let DecoderMethod = "DecodeUnconditionalBranch";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1858 let DecoderMethod = "DecodeUnconditionalBranch";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 24427 …if (!Check(S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…
|