Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c214 static DecodeStatus DecodeVLDST4Instruction(MCInst *Inst, unsigned Val,
2613 static DecodeStatus DecodeVLDST4Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST4Instruction() function
DARMGenDisassemblerTables.inc12296 … if (!Check(&S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp243 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/
DARMDisassembler.cpp308 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/
DARMDisassembler.cpp303 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val,
2998 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST4Instruction() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td970 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/
DARMInstrNEON.td952 let DecoderMethod = "DecodeVLDST4Instruction";
971 let DecoderMethod = "DecodeVLDST4Instruction";
2031 let DecoderMethod = "DecodeVLDST4Instruction";
2050 let DecoderMethod = "DecodeVLDST4Instruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td928 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/
DARMGenDisassemblerTables.inc20128 …if (!Check(S, DecodeVLDST4Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…