Searched refs:DecodeVLDST4Instruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 214 static DecodeStatus DecodeVLDST4Instruction(MCInst *Inst, unsigned Val, 2613 static DecodeStatus DecodeVLDST4Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST4Instruction() function
|
D | ARMGenDisassemblerTables.inc | 12296 … if (!Check(&S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 243 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val, 2645 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST4Instruction() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 308 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val, 3019 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST4Instruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 303 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val, 2998 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST4Instruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 970 let DecoderMethod = "DecodeVLDST4Instruction"; 989 let DecoderMethod = "DecodeVLDST4Instruction"; 1972 let DecoderMethod = "DecodeVLDST4Instruction"; 1991 let DecoderMethod = "DecodeVLDST4Instruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 952 let DecoderMethod = "DecodeVLDST4Instruction"; 971 let DecoderMethod = "DecodeVLDST4Instruction"; 2031 let DecoderMethod = "DecodeVLDST4Instruction"; 2050 let DecoderMethod = "DecodeVLDST4Instruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 928 let DecoderMethod = "DecodeVLDST4Instruction"; 947 let DecoderMethod = "DecodeVLDST4Instruction"; 2013 let DecoderMethod = "DecodeVLDST4Instruction"; 2032 let DecoderMethod = "DecodeVLDST4Instruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20128 …if (!Check(S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…
|