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

#include <mips.h>

Public Attributes

const char * name
 
const char * args
 
unsigned long match
 
unsigned long mask
 
unsigned long pinfo
 
unsigned long pinfo2
 
unsigned long membership
 

Detailed Description

Definition at line 222 of file mips.h.

Member Data Documentation

◆ args

const char* mips_opcode::args

◆ mask

unsigned long mips_opcode::mask

Definition at line 236 of file mips.h.

◆ match

unsigned long mips_opcode::match

Definition at line 230 of file mips.h.

◆ membership

unsigned long mips_opcode::membership

Definition at line 245 of file mips.h.

◆ name

◆ pinfo

unsigned long mips_opcode::pinfo

Definition at line 240 of file mips.h.

Referenced by print_insn_args().

◆ pinfo2

unsigned long mips_opcode::pinfo2

Definition at line 242 of file mips.h.


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