LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::fp_status_t Struct Reference

#include "llvm/BinaryFormat/MachO.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 1733 of file MachO.h.

Member Data Documentation

◆ busy

unsigned short llvm::MachO::fp_status_t::busy

Definition at line 1736 of file MachO.h.

◆ c0

unsigned short llvm::MachO::fp_status_t::c0

Definition at line 1735 of file MachO.h.

◆ c1

unsigned short llvm::MachO::fp_status_t::c1

Definition at line 1735 of file MachO.h.

◆ c2

unsigned short llvm::MachO::fp_status_t::c2

Definition at line 1735 of file MachO.h.

◆ c3

unsigned short llvm::MachO::fp_status_t::c3

Definition at line 1736 of file MachO.h.

◆ denorm

unsigned short llvm::MachO::fp_status_t::denorm

Definition at line 1734 of file MachO.h.

◆ errsumm

unsigned short llvm::MachO::fp_status_t::errsumm

Definition at line 1735 of file MachO.h.

◆ invalid

unsigned short llvm::MachO::fp_status_t::invalid

Definition at line 1734 of file MachO.h.

◆ ovrfl

unsigned short llvm::MachO::fp_status_t::ovrfl

Definition at line 1734 of file MachO.h.

◆ precis

unsigned short llvm::MachO::fp_status_t::precis

Definition at line 1735 of file MachO.h.

◆ stkflt

unsigned short llvm::MachO::fp_status_t::stkflt

Definition at line 1735 of file MachO.h.

◆ tos

unsigned short llvm::MachO::fp_status_t::tos

Definition at line 1735 of file MachO.h.

◆ undfl

unsigned short llvm::MachO::fp_status_t::undfl

Definition at line 1734 of file MachO.h.

◆ zdiv

unsigned short llvm::MachO::fp_status_t::zdiv

Definition at line 1734 of file MachO.h.


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