OpenOCD
nds32_disassembler.h File Reference
Include dependency graph for nds32_disassembler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  nds32_instruction
 

Enumerations

enum  nds32_instruction_type {
  NDS32_INSN_DATA_PROC = 0 , NDS32_INSN_LOAD_STORE , NDS32_INSN_JUMP_BRANCH , NDS32_INSN_RESOURCE_ACCESS ,
  NDS32_INSN_MISC
}
 

Functions

int nds32_evaluate_opcode (struct nds32 *nds32, uint32_t opcode, uint32_t address, struct nds32_instruction *instruction)
 
int nds32_read_opcode (struct nds32 *nds32, uint32_t address, uint32_t *value)
 

Enumeration Type Documentation

◆ nds32_instruction_type

Enumerator
NDS32_INSN_DATA_PROC 
NDS32_INSN_LOAD_STORE 
NDS32_INSN_JUMP_BRANCH 
NDS32_INSN_RESOURCE_ACCESS 
NDS32_INSN_MISC 

Definition at line 13 of file nds32_disassembler.h.

Function Documentation

◆ nds32_evaluate_opcode()

◆ nds32_read_opcode()

int nds32_read_opcode ( struct nds32 nds32,
uint32_t  address,
uint32_t *  value 
)