OpenOCD
mips32_core_regs Struct Reference

Data Fields

uint32_t cp0 [MIPS32_REG_C0_COUNT]
 
uint32_t fpcr [MIPS32_REG_FPC_COUNT]
 
uint64_t fpr [MIPS32_REG_FP_COUNT]
 
uint32_t gpr [MIPS32_REG_GP_COUNT]
 

Detailed Description

Definition at line 375 of file mips32.h.

Field Documentation

◆ cp0

◆ fpcr

uint32_t mips32_core_regs::fpcr[MIPS32_REG_FPC_COUNT]

Definition at line 378 of file mips32.h.

Referenced by mips32_pracc_read_regs(), mips32_read_core_reg(), and mips32_write_core_reg().

◆ fpr

uint64_t mips32_core_regs::fpr[MIPS32_REG_FP_COUNT]

◆ gpr

uint32_t mips32_core_regs::gpr[MIPS32_REG_GP_COUNT]

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