Searched refs:DecodeVLDInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp305 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Val,
2681 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Insn, function
2966 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
2981 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
2994 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
3004 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)

Completed in 124 milliseconds