Searched refs:DecodeCopMemInstruction (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4885 let DecoderMethod = "DecodeCopMemInstruction"; 4901 let DecoderMethod = "DecodeCopMemInstruction"; 4919 let DecoderMethod = "DecodeCopMemInstruction"; 4938 let DecoderMethod = "DecodeCopMemInstruction"; 4956 let DecoderMethod = "DecodeCopMemInstruction"; 4972 let DecoderMethod = "DecodeCopMemInstruction"; 4990 let DecoderMethod = "DecodeCopMemInstruction"; 5009 let DecoderMethod = "DecodeCopMemInstruction";
|
D | ARMInstrThumb2.td | 3950 let DecoderMethod = "DecodeCopMemInstruction"; 3967 let DecoderMethod = "DecodeCopMemInstruction"; 3986 let DecoderMethod = "DecodeCopMemInstruction"; 4005 let DecoderMethod = "DecodeCopMemInstruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 5386 let DecoderMethod = "DecodeCopMemInstruction"; 5402 let DecoderMethod = "DecodeCopMemInstruction"; 5420 let DecoderMethod = "DecodeCopMemInstruction"; 5439 let DecoderMethod = "DecodeCopMemInstruction"; 5457 let DecoderMethod = "DecodeCopMemInstruction"; 5473 let DecoderMethod = "DecodeCopMemInstruction"; 5491 let DecoderMethod = "DecodeCopMemInstruction"; 5510 let DecoderMethod = "DecodeCopMemInstruction";
|
D | ARMInstrThumb2.td | 4251 let DecoderMethod = "DecodeCopMemInstruction"; 4268 let DecoderMethod = "DecodeCopMemInstruction"; 4287 let DecoderMethod = "DecodeCopMemInstruction"; 4306 let DecoderMethod = "DecodeCopMemInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 5236 let DecoderMethod = "DecodeCopMemInstruction"; 5252 let DecoderMethod = "DecodeCopMemInstruction"; 5270 let DecoderMethod = "DecodeCopMemInstruction"; 5289 let DecoderMethod = "DecodeCopMemInstruction"; 5307 let DecoderMethod = "DecodeCopMemInstruction"; 5323 let DecoderMethod = "DecodeCopMemInstruction"; 5341 let DecoderMethod = "DecodeCopMemInstruction"; 5360 let DecoderMethod = "DecodeCopMemInstruction";
|
D | ARMInstrThumb2.td | 4182 let DecoderMethod = "DecodeCopMemInstruction"; 4199 let DecoderMethod = "DecodeCopMemInstruction"; 4218 let DecoderMethod = "DecodeCopMemInstruction"; 4237 let DecoderMethod = "DecodeCopMemInstruction";
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 172 static DecodeStatus DecodeCopMemInstruction(MCInst *Inst, unsigned Insn, 1373 static DecodeStatus DecodeCopMemInstruction(MCInst *Inst, unsigned Insn, in DecodeCopMemInstruction() function
|
D | ARMGenDisassemblerTables.inc | 10889 … if (!Check(&S, DecodeCopMemInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 188 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, 1321 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 253 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, 1665 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 248 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, 1644 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 17566 …if (!Check(S, DecodeCopMemInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…
|