Searched refs:DecodeSMLAInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 192 static DecodeStatus DecodeSMLAInstruction(MCInst *Inst, unsigned Insn, 2142 static DecodeStatus DecodeSMLAInstruction(MCInst *Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
D | ARMGenDisassemblerTables.inc | 10218 if (!Check(&S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 168 static DecodeStatus DecodeSMLAInstruction(llvm::MCInst &Inst, unsigned Insn, 1835 static DecodeStatus DecodeSMLAInstruction(llvm::MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 217 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, 2116 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3642 let DecoderMethod = "DecodeSMLAInstruction" in {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4255 let DecoderMethod = "DecodeSMLAInstruction" in {
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4055 let DecoderMethod = "DecodeSMLAInstruction" in {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 11498 … if (!Check(S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|