Searched refs:DecodeTestAndBranch (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 147 static DecodeStatus DecodeTestAndBranch(MCInst *Inst, uint32_t insn, 1633 static DecodeStatus DecodeTestAndBranch(MCInst *Inst, uint32_t insn, in DecodeTestAndBranch() function
|
D | AArch64GenDisassemblerTables.inc | 11668 if (!Check(&S, DecodeTestAndBranch(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 141 static DecodeStatus DecodeTestAndBranch(llvm::MCInst &Inst, uint32_t insn, 1534 static DecodeStatus DecodeTestAndBranch(llvm::MCInst &Inst, uint32_t insn, in DecodeTestAndBranch() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 170 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn, 1732 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn, in DecodeTestAndBranch() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1211 let DecoderMethod = "DecodeTestAndBranch";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1507 let DecoderMethod = "DecodeTestAndBranch";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21219 if (!Check(S, DecodeTestAndBranch(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|