Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp317 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst,unsigned Val,
3461 DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Insn, in DecodeVMOVModImmInstruction() function
5706 return DecodeVMOVModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTD()
5765 return DecodeVMOVModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTQ()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrFormats.td2296 let DecoderMethod = "DecodeVMOVModImmInstruction";