Rizin
unix-like reverse engineering framework and cli tools
aarch64-opc-2.c File Reference
#include "sysdep.h"
#include "aarch64-opc.h"

Go to the source code of this file.

Functions

const aarch64_opcodeaarch64_get_opcode (enum aarch64_op op)
 

Variables

const struct aarch64_operand aarch64_operands []
 
static const unsigned op_enum_table []
 

Function Documentation

◆ aarch64_get_opcode()

const aarch64_opcode* aarch64_get_opcode ( enum aarch64_op  op)

Definition at line 318 of file aarch64-opc-2.c.

319 {
321 }
ut8 op
Definition: 6502dis.c:13
static const unsigned op_enum_table[]
struct aarch64_opcode aarch64_opcode_table[]
Definition: aarch64-tbl.h:2241

References aarch64_opcode_table, op, and op_enum_table.

Variable Documentation

◆ aarch64_operands

◆ op_enum_table

const unsigned op_enum_table[]
static

Definition at line 229 of file aarch64-opc-2.c.

Referenced by aarch64_get_opcode().