• Home
  • Raw
  • Download

Lines Matching refs:DecodeStatus

89 static DecodeStatus DecodeIntRegsRegisterClass(MCInst *Inst, unsigned RegNo,  in DecodeIntRegsRegisterClass()
103 static DecodeStatus DecodeI64RegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
117 static DecodeStatus DecodeFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
131 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass()
145 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass()
162 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
174 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address,
176 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address,
178 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address,
180 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address,
182 static DecodeStatus DecodeStoreInt(MCInst *Inst, unsigned insn,
184 static DecodeStatus DecodeStoreFP(MCInst *Inst, unsigned insn,
186 static DecodeStatus DecodeStoreDFP(MCInst *Inst, unsigned insn,
188 static DecodeStatus DecodeStoreQFP(MCInst *Inst, unsigned insn,
190 static DecodeStatus DecodeCall(MCInst *Inst, unsigned insn,
192 static DecodeStatus DecodeSIMM13(MCInst *Inst, unsigned insn,
194 static DecodeStatus DecodeJMPL(MCInst *Inst, unsigned insn, uint64_t Address,
196 static DecodeStatus DecodeReturn(MCInst *MI, unsigned insn, uint64_t Address,
198 static DecodeStatus DecodeSWAP(MCInst *Inst, unsigned insn, uint64_t Address,
207 static DecodeStatus readInstruction32(const uint8_t *code, size_t len, uint32_t *Insn) in readInstruction32()
226 DecodeStatus Result; in Sparc_getInstruction()
246 typedef DecodeStatus (*DecodeFunc)(MCInst *MI, unsigned insn, uint64_t Address,
249 static DecodeStatus DecodeMem(MCInst *MI, unsigned insn, uint64_t Address, in DecodeMem()
253 DecodeStatus status; in DecodeMem()
294 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
301 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
308 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
315 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
322 static DecodeStatus DecodeStoreInt(MCInst *Inst, unsigned insn, in DecodeStoreInt()
329 static DecodeStatus DecodeStoreFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeStoreFP()
336 static DecodeStatus DecodeStoreDFP(MCInst *Inst, unsigned insn, in DecodeStoreDFP()
343 static DecodeStatus DecodeStoreQFP(MCInst *Inst, unsigned insn, in DecodeStoreQFP()
350 static DecodeStatus DecodeCall(MCInst *MI, unsigned insn, in DecodeCall()
361 static DecodeStatus DecodeSIMM13(MCInst *MI, unsigned insn, in DecodeSIMM13()
371 static DecodeStatus DecodeJMPL(MCInst *MI, unsigned insn, uint64_t Address, in DecodeJMPL()
374 DecodeStatus status; in DecodeJMPL()
408 static DecodeStatus DecodeReturn(MCInst *MI, unsigned insn, uint64_t Address, in DecodeReturn()
411 DecodeStatus status; in DecodeReturn()
438 static DecodeStatus DecodeSWAP(MCInst *MI, unsigned insn, uint64_t Address, in DecodeSWAP()
441 DecodeStatus status; in DecodeSWAP()