Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrNEON.td850 let DecoderMethod = "DecodeVLDST2Instruction";
880 let DecoderMethod = "DecodeVLDST2Instruction";
887 let DecoderMethod = "DecodeVLDST2Instruction";
1903 let DecoderMethod = "DecodeVLDST2Instruction";
1933 let DecoderMethod = "DecodeVLDST2Instruction";
1940 let DecoderMethod = "DecodeVLDST2Instruction";
1950 let DecoderMethod = "DecodeVLDST2Instruction";
1958 let DecoderMethod = "DecodeVLDST2Instruction";
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp245 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
2617 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function