Rizin
unix-like reverse engineering framework and cli tools
fp_status_t Struct Reference

#include <mach0_defines.h>

Public Attributes

unsigned short invalid: 1
 
unsigned short denorm: 1
 
unsigned short zdiv: 1
 
unsigned short ovrfl: 1
 
unsigned short undfl: 1
 
unsigned short precis: 1
 
unsigned short stkflt: 1
 
unsigned short errsumm: 1
 
unsigned short c0: 1
 
unsigned short c1: 1
 
unsigned short c2: 1
 
unsigned short tos: 3
 
unsigned short c3: 1
 
unsigned short busy: 1
 

Detailed Description

Definition at line 1295 of file mach0_defines.h.

Member Data Documentation

◆ busy

unsigned short fp_status_t::busy

Definition at line 1310 of file mach0_defines.h.

◆ c0

unsigned short fp_status_t::c0

Definition at line 1305 of file mach0_defines.h.

◆ c1

unsigned short fp_status_t::c1

Definition at line 1306 of file mach0_defines.h.

◆ c2

unsigned short fp_status_t::c2

Definition at line 1307 of file mach0_defines.h.

◆ c3

unsigned short fp_status_t::c3

Definition at line 1309 of file mach0_defines.h.

◆ denorm

unsigned short fp_status_t::denorm

Definition at line 1298 of file mach0_defines.h.

◆ errsumm

unsigned short fp_status_t::errsumm

Definition at line 1304 of file mach0_defines.h.

◆ invalid

unsigned short fp_status_t::invalid

Definition at line 1297 of file mach0_defines.h.

◆ ovrfl

unsigned short fp_status_t::ovrfl

Definition at line 1300 of file mach0_defines.h.

◆ precis

unsigned short fp_status_t::precis

Definition at line 1302 of file mach0_defines.h.

◆ stkflt

unsigned short fp_status_t::stkflt

Definition at line 1303 of file mach0_defines.h.

◆ tos

unsigned short fp_status_t::tos

Definition at line 1308 of file mach0_defines.h.

◆ undfl

unsigned short fp_status_t::undfl

Definition at line 1301 of file mach0_defines.h.

◆ zdiv

unsigned short fp_status_t::zdiv

Definition at line 1299 of file mach0_defines.h.


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