Searched refs:DecodeBranchImmInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 204 static DecodeStatus DecodeBranchImmInstruction(MCInst *Inst,unsigned Insn, 2250 static DecodeStatus DecodeBranchImmInstruction(MCInst *Inst, unsigned Insn, in DecodeBranchImmInstruction() function
|
D | ARMGenDisassemblerTables.inc | 10880 …if (!Check(&S, DecodeBranchImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail…
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 233 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst,unsigned Insn, 2287 DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn, in DecodeBranchImmInstruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 298 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst,unsigned Insn, 2660 DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn, in DecodeBranchImmInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 293 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst,unsigned Insn, 2639 DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn, in DecodeBranchImmInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2219 let DecoderMethod = "DecodeBranchImmInstruction"; 2228 let DecoderMethod = "DecodeBranchImmInstruction"; 2277 let DecoderMethod = "DecodeBranchImmInstruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2482 let DecoderMethod = "DecodeBranchImmInstruction"; 2491 let DecoderMethod = "DecodeBranchImmInstruction"; 2546 let DecoderMethod = "DecodeBranchImmInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2367 let DecoderMethod = "DecodeBranchImmInstruction"; 2376 let DecoderMethod = "DecodeBranchImmInstruction"; 2431 let DecoderMethod = "DecodeBranchImmInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 17520 …if (!Check(S, DecodeBranchImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fa…
|