Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrNEON.td1380 let DecoderMethod = "DecodeVLD1DupInstruction";
1403 let DecoderMethod = "DecodeVLD1DupInstruction";
1428 let DecoderMethod = "DecodeVLD1DupInstruction";
1436 let DecoderMethod = "DecodeVLD1DupInstruction";
1447 let DecoderMethod = "DecodeVLD1DupInstruction";
1455 let DecoderMethod = "DecodeVLD1DupInstruction";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp377 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Val,
3561 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD1DupInstruction() function