Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrNEON.td828 let DecoderMethod = "DecodeVLDST2Instruction";
858 let DecoderMethod = "DecodeVLDST2Instruction";
865 let DecoderMethod = "DecodeVLDST2Instruction";
1815 let DecoderMethod = "DecodeVLDST2Instruction";
1845 let DecoderMethod = "DecodeVLDST2Instruction";
1852 let DecoderMethod = "DecodeVLDST2Instruction";
1862 let DecoderMethod = "DecodeVLDST2Instruction";
1870 let DecoderMethod = "DecodeVLDST2Instruction";
/external/capstone/arch/ARM/
DARMDisassembler.c210 static DecodeStatus DecodeVLDST2Instruction(MCInst *Inst, unsigned Val,
2581 static DecodeStatus DecodeVLDST2Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST2Instruction() function
DARMGenDisassemblerTables.inc12320 … if (!Check(&S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td809 let DecoderMethod = "DecodeVLDST2Instruction";
839 let DecoderMethod = "DecodeVLDST2Instruction";
846 let DecoderMethod = "DecodeVLDST2Instruction";
1874 let DecoderMethod = "DecodeVLDST2Instruction";
1904 let DecoderMethod = "DecodeVLDST2Instruction";
1911 let DecoderMethod = "DecodeVLDST2Instruction";
1921 let DecoderMethod = "DecodeVLDST2Instruction";
1929 let DecoderMethod = "DecodeVLDST2Instruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td785 let DecoderMethod = "DecodeVLDST2Instruction";
815 let DecoderMethod = "DecodeVLDST2Instruction";
822 let DecoderMethod = "DecodeVLDST2Instruction";
1856 let DecoderMethod = "DecodeVLDST2Instruction";
1886 let DecoderMethod = "DecodeVLDST2Instruction";
1893 let DecoderMethod = "DecodeVLDST2Instruction";
1903 let DecoderMethod = "DecodeVLDST2Instruction";
1911 let DecoderMethod = "DecodeVLDST2Instruction";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp239 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
2617 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp304 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
2991 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp299 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
2970 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20152 …if (!Check(S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…