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, 4261 static DecodeStatus DecodeVLD1LN(MCInst *Inst, unsigned Insn, in DecodeVLD1LN() function
|
D | ARMGenDisassemblerTables.inc | 12234 if (!Check(&S, DecodeVLD1LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 232 static DecodeStatus DecodeVLD1LN(llvm::MCInst &Inst, unsigned Insn, 3386 static DecodeStatus DecodeVLD1LN(llvm::MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 301 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, 4370 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrNEON.td | 579 let DecoderMethod = "DecodeVLD1LN"; 591 let DecoderMethod = "DecodeVLD1LN"; 632 let DecoderMethod = "DecodeVLD1LN";
|
/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-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1084 let DecoderMethod = "DecodeVLD1LN"; 1096 let DecoderMethod = "DecodeVLD1LN"; 1153 let DecoderMethod = "DecodeVLD1LN";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 13541 if (!Check(S, DecodeVLD1LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|