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,
4261 static DecodeStatus DecodeVLD1LN(MCInst *Inst, unsigned Insn, in DecodeVLD1LN() function
DARMGenDisassemblerTables.inc12234 if (!Check(&S, DecodeVLD1LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp232 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/
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-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp301 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/
DARMInstrNEON.td579 let DecoderMethod = "DecodeVLD1LN";
591 let DecoderMethod = "DecodeVLD1LN";
632 let DecoderMethod = "DecodeVLD1LN";
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td1061 let DecoderMethod = "DecodeVLD1LN";
1073 let DecoderMethod = "DecodeVLD1LN";
1113 let DecoderMethod = "DecodeVLD1LN";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrNEON.td1084 let DecoderMethod = "DecodeVLD1LN";
1096 let DecoderMethod = "DecodeVLD1LN";
1153 let DecoderMethod = "DecodeVLD1LN";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc13541 if (!Check(S, DecodeVLD1LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }