Searched refs:DecodeThumb2BCCInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 344 static DecodeStatus DecodeThumb2BCCInstruction(MCInst *Inst, unsigned Val, 3980 static DecodeStatus DecodeThumb2BCCInstruction(MCInst *Inst, unsigned Insn, in DecodeThumb2BCCInstruction() function
|
D | ARMGenDisassemblerTables.inc | 12936 …if (!Check(&S, DecodeThumb2BCCInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail…
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 375 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Val, 4000 DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Insn, in DecodeThumb2BCCInstruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 468 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Val, 4549 DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Insn, in DecodeThumb2BCCInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 463 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Val, 4526 DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Insn, in DecodeThumb2BCCInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3610 let DecoderMethod = "DecodeThumb2BCCInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3837 let DecoderMethod = "DecodeThumb2BCCInstruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3906 let DecoderMethod = "DecodeThumb2BCCInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20809 …if (!Check(S, DecodeThumb2BCCInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fa…
|