Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c272 static DecodeStatus DecodeVLD4LN(MCInst *Inst, unsigned Insn,
4730 static DecodeStatus DecodeVLD4LN(MCInst *Inst, unsigned Insn, in DecodeVLD4LN() function
DARMGenDisassemblerTables.inc12326 if (!Check(&S, DecodeVLD4LN(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp301 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn,
4774 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn, in DecodeVLD4LN() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp370 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn,
5291 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn, in DecodeVLD4LN() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp375 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn,
5314 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn, in DecodeVLD4LN() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td1287 let DecoderMethod = "DecodeVLD4LN";
1328 let DecoderMethod = "DecodeVLD4LN" ;
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td1277 let DecoderMethod = "DecodeVLD4LN";
1318 let DecoderMethod = "DecodeVLD4LN" ;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td1295 let DecoderMethod = "DecodeVLD4LN";
1336 let DecoderMethod = "DecodeVLD4LN" ;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20158 if (!Check(S, DecodeVLD4LN(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }