Searched refs:DecodeUnconditionalBranch (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/capstone/arch/AArch64/ |
H A D | AArch64Disassembler.c | 142 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, 1591 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, in DecodeUnconditionalBranch() function
|
H A D | AArch64GenDisassemblerTables.inc | 11651 …if (!Check(&S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) return MCDisassembler_Fail;…
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/Disassembler/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 213 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, 1807 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 165 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, 1704 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch() function
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 1257 let DecoderMethod = "DecodeUnconditionalBranch";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 1732 let DecoderMethod = "DecodeUnconditionalBranch";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 2161 let DecoderMethod = "DecodeUnconditionalBranch";
|
/aosp_15_r20/out/soong/.intermediates/external/llvm/lib/Target/AArch64/llvm-gen-aarch64/gen/ |
D | AArch64GenDisassemblerTables.inc | 13403 …if (!Check(S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
H A D | AArch64GenDisassemblerTables.inc | 24427 …if (!Check(S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/AArch64/ |
H A D | AArch64GenDisassemblerTables.inc | 32890 …if (!Check(S, DecodeUnconditionalBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…
|