Searched refs:DecodeVLDST3Instruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 212 static DecodeStatus DecodeVLDST3Instruction(MCInst *Inst, unsigned Val, 2598 static DecodeStatus DecodeVLDST3Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST3Instruction() function
|
D | ARMGenDisassemblerTables.inc | 12329 … if (!Check(&S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 241 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val, 2632 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST3Instruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 301 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val, 2985 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST3Instruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 911 let DecoderMethod = "DecodeVLDST3Instruction"; 930 let DecoderMethod = "DecodeVLDST3Instruction"; 1913 let DecoderMethod = "DecodeVLDST3Instruction"; 1932 let DecoderMethod = "DecodeVLDST3Instruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 892 let DecoderMethod = "DecodeVLDST3Instruction"; 911 let DecoderMethod = "DecodeVLDST3Instruction"; 1972 let DecoderMethod = "DecodeVLDST3Instruction"; 1991 let DecoderMethod = "DecodeVLDST3Instruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20161 …if (!Check(S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…
|