Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c212 static DecodeStatus DecodeVLDST3Instruction(MCInst *Inst, unsigned Val,
2598 static DecodeStatus DecodeVLDST3Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST3Instruction() function
DARMGenDisassemblerTables.inc12329 … if (!Check(&S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp241 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/
DARMDisassembler.cpp301 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val,
2985 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST3Instruction() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp306 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val,
3006 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST3Instruction() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td911 let DecoderMethod = "DecodeVLDST3Instruction";
930 let DecoderMethod = "DecodeVLDST3Instruction";
1913 let DecoderMethod = "DecodeVLDST3Instruction";
1932 let DecoderMethod = "DecodeVLDST3Instruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td868 let DecoderMethod = "DecodeVLDST3Instruction";
887 let DecoderMethod = "DecodeVLDST3Instruction";
1954 let DecoderMethod = "DecodeVLDST3Instruction";
1973 let DecoderMethod = "DecodeVLDST3Instruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td892 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/
DARMGenDisassemblerTables.inc20161 …if (!Check(S, DecodeVLDST3Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…