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

Lines Matching defs:DecodeStatus

27 typedef MCDisassembler::DecodeStatus DecodeStatus;
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,
206 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address,
228 DecodeStatus VEDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
234 DecodeStatus Result =
251 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned RegNo, uint64_t Address,
254 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address,
261 DecodeStatus status;
287 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address,
292 DecodeStatus status;
309 static DecodeStatus DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address,
314 DecodeStatus status;
333 static DecodeStatus DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address,
338 DecodeStatus status;
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,
407 DecodeStatus status;
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,
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,
542 DecodeStatus status;
555 static DecodeStatus DecodeBranchConditionAlways(MCInst &MI, uint64_t insn,