OpenOCD
mips32_core_regs
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
mips32_core_regs
mips32_core_regs struct
Syntax
Show:
Summary
Declaration
from
mips32.h:376
struct
mips32_core_regs
{
uint32_t
gpr
[
MIPS32_REG_GP_COUNT
]
;
uint64_t
fpr
[
MIPS32_REG_FP_COUNT
]
;
uint32_t
fpcr
[
MIPS32_REG_FPC_COUNT
]
;
uint32_t
cp0
[
MIPS32_REG_C0_COUNT
]
;
}
;
Fields
Field
Declared as
mips32_core_regs::gpr
uint32_t
[
MIPS32_REG_GP_COUNT
]
mips32_core_regs::fpr
uint64_t
[
MIPS32_REG_FP_COUNT
]
mips32_core_regs::fpcr
uint32_t
[
MIPS32_REG_FPC_COUNT
]
mips32_core_regs::cp0
uint32_t
[
MIPS32_REG_C0_COUNT
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out