LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::fp_control_t Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::fp_control_t:
[legend]

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 pc:2
 
unsigned short rc:2
 

Detailed Description

Definition at line 1510 of file Support/MachO.h.

Member Data Documentation

unsigned short llvm::MachO::fp_control_t::denorm

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::invalid

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::ovrfl

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::pc

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::precis

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::rc

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::undfl

Definition at line 1512 of file Support/MachO.h.

unsigned short llvm::MachO::fp_control_t::zdiv

Definition at line 1512 of file Support/MachO.h.


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