Searched refs:DecodeQADDInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 336 static DecodeStatus DecodeQADDInstruction(MCInst *Inst, unsigned Insn, 1886 static DecodeStatus DecodeQADDInstruction(MCInst *Inst, unsigned Insn, in DecodeQADDInstruction() function
|
D | ARMGenDisassemblerTables.inc | 10215 if (!Check(&S, DecodeQADDInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 367 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, 1840 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 376 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, 1839 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3718 let DecoderMethod = "DecodeQADDInstruction" in
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3559 let DecoderMethod = "DecodeQADDInstruction" in
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 11495 … if (!Check(S, DecodeQADDInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|