Structure representing the ARM floating-point unit (FPU) context as saved in the user area. More...
#include <lnx_arch_arm.hpp>
Public Attributes | |
| struct fp_reg | fpregs [8] |
| Array of 8 double-precision floating-point registers (D0-D7). | |
| unsigned int | fpsr: 32 |
| Floating-Point Status Register. | |
| unsigned int | fpcr: 32 |
| Floating-Point Control Register. | |
| unsigned char | ftype [8] |
| Array of floating-point type markers. | |
| unsigned int | init_flag |
| Initialization flag for the FPU context. | |
Structure representing the ARM floating-point unit (FPU) context as saved in the user area.
| unsigned int arion_lnx_arm::user_fp::fpcr |
Floating-Point Control Register.
| struct fp_reg arion_lnx_arm::user_fp::fpregs[8] |
Array of 8 double-precision floating-point registers (D0-D7).
| unsigned int arion_lnx_arm::user_fp::fpsr |
Floating-Point Status Register.
| unsigned char arion_lnx_arm::user_fp::ftype[8] |
Array of floating-point type markers.
| unsigned int arion_lnx_arm::user_fp::init_flag |
Initialization flag for the FPU context.