Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrNEON.td670 let DecoderMethod = "DecodeVLDST1Instruction";
678 let DecoderMethod = "DecodeVLDST1Instruction";
699 let DecoderMethod = "DecodeVLDST1Instruction";
706 let DecoderMethod = "DecodeVLDST1Instruction";
716 let DecoderMethod = "DecodeVLDST1Instruction";
743 let DecoderMethod = "DecodeVLDST1Instruction";
796 let DecoderMethod = "DecodeVLDST1Instruction";
1719 let DecoderMethod = "DecodeVLDST1Instruction";
1726 let DecoderMethod = "DecodeVLDST1Instruction";
1794 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp243 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
2604 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function