Lines Matching defs:insn
251 static DecodeStatus DecodeMem(MCInst *MI, unsigned insn, uint64_t Address, in DecodeMem()
296 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
303 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
310 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
317 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
324 static DecodeStatus DecodeStoreInt(MCInst *Inst, unsigned insn, in DecodeStoreInt()
331 static DecodeStatus DecodeStoreFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeStoreFP()
338 static DecodeStatus DecodeStoreDFP(MCInst *Inst, unsigned insn, in DecodeStoreDFP()
345 static DecodeStatus DecodeStoreQFP(MCInst *Inst, unsigned insn, in DecodeStoreQFP()
352 static DecodeStatus DecodeCall(MCInst *MI, unsigned insn, in DecodeCall()
363 static DecodeStatus DecodeSIMM13(MCInst *MI, unsigned insn, in DecodeSIMM13()
373 static DecodeStatus DecodeJMPL(MCInst *MI, unsigned insn, uint64_t Address, in DecodeJMPL()
410 static DecodeStatus DecodeReturn(MCInst *MI, unsigned insn, uint64_t Address, in DecodeReturn()
440 static DecodeStatus DecodeSWAP(MCInst *MI, unsigned insn, uint64_t Address, in DecodeSWAP()