MicrOS
|
Process FPU state. More...
#include <micros_process.h>
Public Attributes | |
uint32_t | control_word |
FPU control word. More... | |
uint32_t | status_word |
FPU status word. More... | |
uint32_t | tag_word |
FPU tag word. More... | |
uint32_t | instruction_pointer_offset |
FPU instruction pointer offset. More... | |
uint16_t | instruction_pointer_selector |
FPU instruction pointer selector. More... | |
uint16_t | opcode |
FPU opcode. More... | |
uint32_t | operand_pointer_offset |
FPU operand pointer offset. More... | |
uint32_t | operand_pointer_selector |
FPU operand pointer selector. More... | |
uint8_t | registers [80] |
FPU all registers state. More... | |
Process FPU state.
uint32_t micros_signal_fpu_state::control_word |
FPU control word.
uint32_t micros_signal_fpu_state::instruction_pointer_offset |
FPU instruction pointer offset.
uint16_t micros_signal_fpu_state::instruction_pointer_selector |
FPU instruction pointer selector.
uint16_t micros_signal_fpu_state::opcode |
FPU opcode.
uint32_t micros_signal_fpu_state::operand_pointer_offset |
FPU operand pointer offset.
uint32_t micros_signal_fpu_state::operand_pointer_selector |
FPU operand pointer selector.
uint8_t micros_signal_fpu_state::registers[80] |
FPU all registers state.
uint32_t micros_signal_fpu_state::status_word |
FPU status word.
uint32_t micros_signal_fpu_state::tag_word |
FPU tag word.