Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp373 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Val,
3563 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD1DupInstruction() function