Rizin
unix-like reverse engineering framework and cli tools
tricore-opc.c File Reference
#include "ansidecl.h"
#include "opcode/tricore.h"

Go to the source code of this file.

Macros

#define INDICES   0, 0
 
#define INDICES   TRICORE_PCP, 0, 0
 

Variables

const struct tricore_core_register tricore_sfrs []
 
const int tricore_numsfrs = sizeof tricore_sfrs / sizeof tricore_sfrs[0]
 
struct tricore_opcode tricore_opcodes []
 
const int tricore_numopcodes
 
struct pcp_opcode pcp_opcodes []
 
const int pcp_numopcodes = sizeof pcp_opcodes / sizeof pcp_opcodes[0]
 

Macro Definition Documentation

◆ INDICES [1/2]

#define INDICES   0, 0

◆ INDICES [2/2]

#define INDICES   TRICORE_PCP, 0, 0

Variable Documentation

◆ pcp_numopcodes

const int pcp_numopcodes = sizeof pcp_opcodes / sizeof pcp_opcodes[0]

Definition at line 2514 of file tricore-opc.c.

◆ pcp_opcodes

struct pcp_opcode pcp_opcodes[]

Definition at line 2378 of file tricore-opc.c.

Referenced by init_hash_tables().

◆ tricore_numopcodes

const int tricore_numopcodes
Initial value:
=
sizeof tricore_opcodes / sizeof tricore_opcodes[0]
struct tricore_opcode tricore_opcodes[]
Definition: tricore-opc.c:308

Definition at line 2378 of file tricore-opc.c.

◆ tricore_numsfrs

const int tricore_numsfrs = sizeof tricore_sfrs / sizeof tricore_sfrs[0]

Definition at line 301 of file tricore-opc.c.

◆ tricore_opcodes

struct tricore_opcode tricore_opcodes[]

Definition at line 301 of file tricore-opc.c.

Referenced by init_hash_tables().

◆ tricore_sfrs

const struct tricore_core_register tricore_sfrs[]

Definition at line 1 of file tricore-opc.c.

Referenced by init_hash_tables().