• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/

Lines Matching refs:MCInst

20 #include "llvm/MC/MCInst.h"
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
108 static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo,
118 static DecodeStatus DecodeI64RegisterClass(MCInst &Inst, unsigned RegNo,
128 static DecodeStatus DecodeF32RegisterClass(MCInst &Inst, unsigned RegNo,
138 static DecodeStatus DecodeF128RegisterClass(MCInst &Inst, unsigned RegNo,
148 static DecodeStatus DecodeMISCRegisterClass(MCInst &Inst, unsigned RegNo,
160 static DecodeStatus DecodeASX(MCInst &Inst, uint64_t insn, uint64_t Address,
162 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address,
164 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn,
166 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address,
168 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn,
170 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address,
172 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn,
174 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn,
176 static DecodeStatus DecodeStoreASI64(MCInst &Inst, uint64_t insn,
178 static DecodeStatus DecodeTS1AMI64(MCInst &Inst, uint64_t insn,
180 static DecodeStatus DecodeTS1AMI32(MCInst &Inst, uint64_t insn,
182 static DecodeStatus DecodeCASI64(MCInst &Inst, uint64_t insn, uint64_t Address,
184 static DecodeStatus DecodeCASI32(MCInst &Inst, uint64_t insn, uint64_t Address,
186 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
188 static DecodeStatus DecodeSIMM7(MCInst &Inst, uint64_t insn, uint64_t Address,
190 static DecodeStatus DecodeSIMM32(MCInst &Inst, uint64_t insn, uint64_t Address,
192 static DecodeStatus DecodeCCOperand(MCInst &Inst, uint64_t insn,
194 static DecodeStatus DecodeRDOperand(MCInst &Inst, uint64_t insn,
196 static DecodeStatus DecodeBranchCondition(MCInst &Inst, uint64_t insn,
199 static DecodeStatus DecodeBranchConditionAlways(MCInst &Inst, uint64_t insn,
228 DecodeStatus VEDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
251 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned RegNo, uint64_t Address,
254 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address,
287 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address,
309 static DecodeStatus DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address,
333 static DecodeStatus DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address,
357 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address,
362 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn,
367 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address,
372 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn,
377 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address,
382 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn,
387 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn,
393 static DecodeStatus DecodeStoreASI64(MCInst &Inst, uint64_t insn,
399 static DecodeStatus DecodeCAS(MCInst &MI, uint64_t insn, uint64_t Address,
437 static DecodeStatus DecodeTS1AMI64(MCInst &MI, uint64_t insn, uint64_t Address,
443 static DecodeStatus DecodeTS1AMI32(MCInst &MI, uint64_t insn, uint64_t Address,
449 static DecodeStatus DecodeCASI64(MCInst &MI, uint64_t insn, uint64_t Address,
455 static DecodeStatus DecodeCASI32(MCInst &MI, uint64_t insn, uint64_t Address,
461 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
466 static DecodeStatus DecodeSIMM7(MCInst &MI, uint64_t insn, uint64_t Address,
473 static DecodeStatus DecodeSIMM32(MCInst &MI, uint64_t insn, uint64_t Address,
480 static bool isIntegerBCKind(MCInst &MI) {
517 static DecodeStatus DecodeCCOperand(MCInst &MI, uint64_t cf, uint64_t Address,
524 static DecodeStatus DecodeRDOperand(MCInst &MI, uint64_t cf, uint64_t Address,
531 static DecodeStatus DecodeBranchCondition(MCInst &MI, uint64_t insn,
555 static DecodeStatus DecodeBranchConditionAlways(MCInst &MI, uint64_t insn,