Home
last modified time | relevance | path

Searched refs:DecodeSMLAInstruction (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c190 static DecodeStatus DecodeSMLAInstruction(MCInst *Inst, unsigned Insn,
2149 static DecodeStatus DecodeSMLAInstruction(MCInst *Inst, unsigned Insn, in DecodeSMLAInstruction() function
DARMGenDisassemblerTables.inc10264 if (!Check(&S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp211 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/
DARMDisassembler.cpp276 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/
DARMDisassembler.cpp271 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn,
2469 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4055 let DecoderMethod = "DecodeSMLAInstruction" in {
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td4481 let DecoderMethod = "DecodeSMLAInstruction" in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td4331 let DecoderMethod = "DecodeSMLAInstruction" in {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc16913 … if (!Check(S, DecodeSMLAInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }