Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c222 static DecodeStatus DecodeVLD2DupInstruction(MCInst *Inst, unsigned Val,
2945 static DecodeStatus DecodeVLD2DupInstruction(MCInst *Inst, unsigned Insn, in DecodeVLD2DupInstruction() function
DARMGenDisassemblerTables.inc12335 …if (!Check(&S, DecodeVLD2DupInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp251 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Val,
2973 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD2DupInstruction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp311 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Val,
3325 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD2DupInstruction() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp316 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Val,
3346 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD2DupInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td1459 let DecoderMethod = "DecodeVLD2DupInstruction";
1489 let DecoderMethod = "DecodeVLD2DupInstruction";
1497 let DecoderMethod = "DecodeVLD2DupInstruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td1454 let DecoderMethod = "DecodeVLD2DupInstruction";
1491 let DecoderMethod = "DecodeVLD2DupInstruction";
1499 let DecoderMethod = "DecodeVLD2DupInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td1472 let DecoderMethod = "DecodeVLD2DupInstruction";
1509 let DecoderMethod = "DecodeVLD2DupInstruction";
1517 let DecoderMethod = "DecodeVLD2DupInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20167 …if (!Check(S, DecodeVLD2DupInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…