Searched refs:DecodeT2CPSInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 194 static DecodeStatus DecodeT2CPSInstruction(MCInst *Inst, unsigned Insn, 2055 static DecodeStatus DecodeT2CPSInstruction(MCInst *Inst, unsigned Insn, in DecodeT2CPSInstruction() function
|
D | ARMGenDisassemblerTables.inc | 12875 … if (!Check(&S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 221 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, 2024 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 286 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, 2397 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 281 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, 2376 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3701 let DecoderMethod = "DecodeT2CPSInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3929 let DecoderMethod = "DecodeT2CPSInstruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3998 let DecoderMethod = "DecodeT2CPSInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20752 …if (!Check(S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|