Home
last modified time | relevance | path

Searched refs:DecodeQADDInstruction (Results 1 – 7 of 7) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c336 static DecodeStatus DecodeQADDInstruction(MCInst *Inst, unsigned Insn,
1886 static DecodeStatus DecodeQADDInstruction(MCInst *Inst, unsigned Insn, in DecodeQADDInstruction() function
DARMGenDisassemblerTables.inc10215 if (!Check(&S, DecodeQADDInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp367 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/
DARMDisassembler.cpp376 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/
DARMInstrInfo.td3718 let DecoderMethod = "DecodeQADDInstruction" in
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td3559 let DecoderMethod = "DecodeQADDInstruction" in
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc11495 … if (!Check(S, DecodeQADDInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }