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

#include <tricore.h>

Public Attributes

const char * name
 
const int len32
 
const unsigned long opcode
 
const unsigned long lose
 
const tricore_fmt format
 
const int nr_operands
 
const char * args
 
const char * fields
 
const tricore_isa isa
 
int insind
 
int inslast
 

Detailed Description

Definition at line 161 of file tricore.h.

Member Data Documentation

◆ args

const char* tricore_opcode::args

◆ fields

const char* tricore_opcode::fields

Definition at line 169 of file tricore.h.

◆ format

const tricore_fmt tricore_opcode::format

Definition at line 166 of file tricore.h.

◆ insind

int tricore_opcode::insind

Definition at line 171 of file tricore.h.

◆ inslast

int tricore_opcode::inslast

Definition at line 172 of file tricore.h.

◆ isa

const tricore_isa tricore_opcode::isa

Definition at line 170 of file tricore.h.

◆ len32

const int tricore_opcode::len32

Definition at line 163 of file tricore.h.

◆ lose

const unsigned long tricore_opcode::lose

Definition at line 165 of file tricore.h.

◆ name

◆ nr_operands

const int tricore_opcode::nr_operands

Definition at line 167 of file tricore.h.

◆ opcode

const unsigned long tricore_opcode::opcode

Definition at line 164 of file tricore.h.

Referenced by capstone.CsInsn::__gen_detail().


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