Skip to content

Commit

Permalink
Add register access info for ARM64
Browse files Browse the repository at this point in the history
Signed-off-by: Pranith Kumar <[email protected]>
  • Loading branch information
pranith committed Jan 6, 2016
1 parent f9f0c80 commit 653827b
Show file tree
Hide file tree
Showing 8 changed files with 16,387 additions and 9,310 deletions.
299 changes: 299 additions & 0 deletions arch/AArch64/AArch64InstPrinter.c

Large diffs are not rendered by default.

9,381 changes: 71 additions & 9,310 deletions arch/AArch64/AArch64Mapping.c

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions arch/AArch64/AArch64Mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ void arm64_op_addFP(MCInst *MI, float fp);

void arm64_op_addImm(MCInst *MI, int64_t imm);

cs_ac_type *arm64_get_op_access(cs_struct *h, unsigned int id);

void AArch64_reg_access(const cs_insn *insn,
cs_regs regs_read, uint8_t *regs_read_count,
cs_regs regs_write, uint8_t *regs_write_count);

#endif
Loading

0 comments on commit 653827b

Please sign in to comment.