MicrOS
micros_signal_fpu_state Struct Reference

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...
 

Detailed Description

Process FPU state.

Member Data Documentation

◆ control_word

uint32_t micros_signal_fpu_state::control_word

FPU control word.

◆ instruction_pointer_offset

uint32_t micros_signal_fpu_state::instruction_pointer_offset

FPU instruction pointer offset.

◆ instruction_pointer_selector

uint16_t micros_signal_fpu_state::instruction_pointer_selector

FPU instruction pointer selector.

◆ opcode

uint16_t micros_signal_fpu_state::opcode

FPU opcode.

◆ operand_pointer_offset

uint32_t micros_signal_fpu_state::operand_pointer_offset

FPU operand pointer offset.

◆ operand_pointer_selector

uint32_t micros_signal_fpu_state::operand_pointer_selector

FPU operand pointer selector.

◆ registers

uint8_t micros_signal_fpu_state::registers[80]

FPU all registers state.

◆ status_word

uint32_t micros_signal_fpu_state::status_word

FPU status word.

◆ tag_word

uint32_t micros_signal_fpu_state::tag_word

FPU tag word.


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