Home
last modified time | relevance | path

Searched refs:DecodeNEONModImmInstruction (Results 1 – 4 of 4) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c228 static DecodeStatus DecodeNEONModImmInstruction(MCInst *Inst,unsigned Val,
3083 static DecodeStatus DecodeNEONModImmInstruction(MCInst *Inst, unsigned Insn, in DecodeNEONModImmInstruction() function
5102 return DecodeNEONModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTD()
5133 return DecodeNEONModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTQ()
DARMGenDisassemblerTables.inc11895 …if (!Check(&S, DecodeNEONModImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fai…
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp257 static DecodeStatus DecodeNEONModImmInstruction(MCInst &Inst,unsigned Val,
3109 DecodeNEONModImmInstruction(MCInst &Inst, unsigned Insn, in DecodeNEONModImmInstruction() function
5168 return DecodeNEONModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTD()
5227 return DecodeNEONModImmInstruction(Inst, Insn, Address, Decoder); in DecodeVCVTQ()
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td2156 let DecoderMethod = "DecodeNEONModImmInstruction";