Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp389 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Val,
3747 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Insn, in DecodeVMOVModImmInstruction() function
6055 return DecodeVMOVModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTD()
6114 return DecodeVMOVModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTQ()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrFormats.td2312 let DecoderMethod = "DecodeVMOVModImmInstruction";