Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c266 static DecodeStatus DecodeVLD1LN(MCInst *Inst, unsigned Insn,
4345 static DecodeStatus DecodeVLD1LN(MCInst *Inst, unsigned Insn, in DecodeVLD1LN() function
DARMGenDisassemblerTables.inc12302 if (!Check(&S, DecodeVLD1LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp295 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn,
4376 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp364 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn,
4896 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp369 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn,
4919 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td1061 let DecoderMethod = "DecodeVLD1LN";
1073 let DecoderMethod = "DecodeVLD1LN";
1113 let DecoderMethod = "DecodeVLD1LN";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td1019 let DecoderMethod = "DecodeVLD1LN";
1031 let DecoderMethod = "DecodeVLD1LN";
1102 let DecoderMethod = "DecodeVLD1LN";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td1043 let DecoderMethod = "DecodeVLD1LN";
1055 let DecoderMethod = "DecodeVLD1LN";
1120 let DecoderMethod = "DecodeVLD1LN";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20134 if (!Check(S, DecodeVLD1LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }