Searched refs:DecodeVLDST2Instruction (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 828 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/ |
D | ARMDisassembler.c | 210 static DecodeStatus DecodeVLDST2Instruction(MCInst *Inst, unsigned Val, 2581 static DecodeStatus DecodeVLDST2Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST2Instruction() function
|
D | ARMGenDisassemblerTables.inc | 12320 … if (!Check(&S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 809 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/ |
D | ARMInstrNEON.td | 785 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/ |
D | ARMDisassembler.cpp | 239 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/ |
D | ARMDisassembler.cpp | 304 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/ |
D | ARMDisassembler.cpp | 299 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/ |
D | ARMGenDisassemblerTables.inc | 20152 …if (!Check(S, DecodeVLDST2Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…
|