Searched refs:DecodeVLD1LN (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 266 static DecodeStatus DecodeVLD1LN(MCInst *Inst, unsigned Insn, 4345 static DecodeStatus DecodeVLD1LN(MCInst *Inst, unsigned Insn, in DecodeVLD1LN() function
|
D | ARMGenDisassemblerTables.inc | 12302 if (!Check(&S, DecodeVLD1LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 295 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, 4376 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 369 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, 4919 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 364 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, 4896 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1061 let DecoderMethod = "DecodeVLD1LN"; 1073 let DecoderMethod = "DecodeVLD1LN"; 1113 let DecoderMethod = "DecodeVLD1LN";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1043 let DecoderMethod = "DecodeVLD1LN"; 1055 let DecoderMethod = "DecodeVLD1LN"; 1120 let DecoderMethod = "DecodeVLD1LN";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1019 let DecoderMethod = "DecodeVLD1LN"; 1031 let DecoderMethod = "DecodeVLD1LN"; 1102 let DecoderMethod = "DecodeVLD1LN";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20134 if (!Check(S, DecodeVLD1LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|