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

#include <tricore.h>

Public Attributes

const char * name
 
const int len32
 
const unsigned long opcode
 
const unsigned long lose
 
const int fmt_group
 
const int ooo
 
const int nr_operands
 
const char * args
 
const tricore_isa isa
 
int insind
 
int inslast
 

Detailed Description

Definition at line 181 of file tricore.h.

Member Data Documentation

◆ args

const char* pcp_opcode::args

◆ fmt_group

const int pcp_opcode::fmt_group

Definition at line 186 of file tricore.h.

Referenced by decode_pcp_insn().

◆ insind

int pcp_opcode::insind

Definition at line 191 of file tricore.h.

◆ inslast

int pcp_opcode::inslast

Definition at line 192 of file tricore.h.

◆ isa

const tricore_isa pcp_opcode::isa

Definition at line 190 of file tricore.h.

◆ len32

const int pcp_opcode::len32

Definition at line 183 of file tricore.h.

Referenced by decode_pcp_insn().

◆ lose

const unsigned long pcp_opcode::lose

Definition at line 185 of file tricore.h.

Referenced by decode_pcp_insn().

◆ name

◆ nr_operands

const int pcp_opcode::nr_operands

Definition at line 188 of file tricore.h.

Referenced by decode_pcp_insn().

◆ ooo

const int pcp_opcode::ooo

Definition at line 187 of file tricore.h.

◆ opcode

const unsigned long pcp_opcode::opcode

Definition at line 184 of file tricore.h.

Referenced by capstone.CsInsn::__gen_detail(), decode_pcp_insn(), and init_hash_tables().


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