Rizin
unix-like reverse engineering framework and cli tools
Opcode_t Struct Reference

Public Attributes

char * mnemonic
 
ut32 op [3]
 
size_t op_len
 
ut8 opcode [3]
 
bool writeback
 
int operands_count
 
Operand operands [MAX_OPERANDS]
 
bool is_short
 
bool has_bnd
 

Detailed Description

Definition at line 77 of file armass64.c.

Member Data Documentation

◆ has_bnd

bool Opcode_t::has_bnd

Definition at line 195 of file asm_x86_nz.c.

Referenced by assemble(), and oprep().

◆ is_short

bool Opcode_t::is_short

Definition at line 191 of file asm_x86_nz.c.

◆ mnemonic

char * Opcode_t::mnemonic

Definition at line 78 of file armass64.c.

Referenced by capstone.CsInsn::__repr__(), assemble(), and oprep().

◆ op

ut32 Opcode_t::op

Definition at line 79 of file armass64.c.

◆ op_len

size_t Opcode_t::op_len

Definition at line 80 of file armass64.c.

◆ opcode

ut8 Opcode_t::opcode

Definition at line 81 of file armass64.c.

Referenced by capstone.CsInsn::__gen_detail().

◆ operands

Operand Opcode_t::operands

◆ operands_count

int Opcode_t::operands_count

Definition at line 83 of file armass64.c.

◆ writeback

bool Opcode_t::writeback

Definition at line 82 of file armass64.c.

Referenced by capstone.CsInsn::__gen_detail().


The documentation for this struct was generated from the following files: