Searched refs:DecodeVMOVModImmInstruction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 385 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Val, 3749 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Insn, in DecodeVMOVModImmInstruction() function 6057 return DecodeVMOVModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTD() 6116 return DecodeVMOVModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTQ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 2356 let DecoderMethod = "DecodeVMOVModImmInstruction";
|