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

#include <sparc.h>

Public Attributes

const char * name
 
unsigned long match
 
unsigned long lose
 
const char * args
 
char flags
 
short architecture
 

Detailed Description

Definition at line 92 of file sparc.h.

Member Data Documentation

◆ architecture

short sparc_opcode::architecture

Definition at line 99 of file sparc.h.

Referenced by compare_opcodes(), and print_insn_sparc().

◆ args

◆ flags

char sparc_opcode::flags

◆ lose

unsigned long sparc_opcode::lose

Definition at line 95 of file sparc.h.

Referenced by compare_opcodes(), is_delayed_branch(), and print_insn_sparc().

◆ match

unsigned long sparc_opcode::match

Definition at line 94 of file sparc.h.

Referenced by compare_opcodes(), is_delayed_branch(), and print_insn_sparc().

◆ name


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