Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c336 static DecodeStatus DecodeQADDInstruction(MCInst *Inst, unsigned Insn,
1893 static DecodeStatus DecodeQADDInstruction(MCInst *Inst, unsigned Insn, in DecodeQADDInstruction() function
DARMGenDisassemblerTables.inc10261 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/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp460 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn,
2213 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp455 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn,
2192 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td3559 let DecoderMethod = "DecodeQADDInstruction" in
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td3914 let DecoderMethod = "DecodeQADDInstruction" in
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td3781 let DecoderMethod = "DecodeQADDInstruction" in
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc16910 … if (!Check(S, DecodeQADDInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }