Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrNEON.td672 let DecoderMethod = "DecodeVLDST1Instruction";
680 let DecoderMethod = "DecodeVLDST1Instruction";
701 let DecoderMethod = "DecodeVLDST1Instruction";
708 let DecoderMethod = "DecodeVLDST1Instruction";
718 let DecoderMethod = "DecodeVLDST1Instruction";
725 let DecoderMethod = "DecodeVLDST1Instruction";
745 let DecoderMethod = "DecodeVLDST1Instruction";
754 let DecoderMethod = "DecodeVLDST1Instruction";
761 let DecoderMethod = "DecodeVLDST1Instruction";
786 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td629 let DecoderMethod = "DecodeVLDST1Instruction";
637 let DecoderMethod = "DecodeVLDST1Instruction";
658 let DecoderMethod = "DecodeVLDST1Instruction";
665 let DecoderMethod = "DecodeVLDST1Instruction";
675 let DecoderMethod = "DecodeVLDST1Instruction";
682 let DecoderMethod = "DecodeVLDST1Instruction";
702 let DecoderMethod = "DecodeVLDST1Instruction";
711 let DecoderMethod = "DecodeVLDST1Instruction";
718 let DecoderMethod = "DecodeVLDST1Instruction";
755 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td605 let DecoderMethod = "DecodeVLDST1Instruction";
613 let DecoderMethod = "DecodeVLDST1Instruction";
634 let DecoderMethod = "DecodeVLDST1Instruction";
641 let DecoderMethod = "DecodeVLDST1Instruction";
651 let DecoderMethod = "DecodeVLDST1Instruction";
658 let DecoderMethod = "DecodeVLDST1Instruction";
678 let DecoderMethod = "DecodeVLDST1Instruction";
687 let DecoderMethod = "DecodeVLDST1Instruction";
694 let DecoderMethod = "DecodeVLDST1Instruction";
731 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/external/capstone/arch/ARM/
DARMDisassembler.c208 static DecodeStatus DecodeVLDST1Instruction(MCInst *Inst, unsigned Val,
2566 static DecodeStatus DecodeVLDST1Instruction(MCInst *Inst, unsigned Insn, in DecodeVLDST1Instruction() function
DARMGenDisassemblerTables.inc12311 … if (!Check(&S, DecodeVLDST1Instruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp237 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
2604 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp302 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
2978 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp297 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
2957 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20143 …if (!Check(S, DecodeVLDST1Instruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…