Searched refs:DecodeVMOVModImmInstruction (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 389 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 D | ARMInstrFormats.td | 2312 let DecoderMethod = "DecodeVMOVModImmInstruction";
|