Searched refs:DecodeSMLAInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 190 static DecodeStatus DecodeSMLAInstruction(MCInst *Inst, unsigned Insn, 2149 static DecodeStatus DecodeSMLAInstruction(MCInst *Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
D | ARMGenDisassemblerTables.inc | 10264 if (!Check(&S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 211 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, 2117 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 276 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, 2490 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 271 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, 2469 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4055 let DecoderMethod = "DecodeSMLAInstruction" in {
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4481 let DecoderMethod = "DecodeSMLAInstruction" in {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4331 let DecoderMethod = "DecodeSMLAInstruction" in {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 16913 … if (!Check(S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|