LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::fp_control_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 pc: 2
 
unsigned short rc: 2
 

Detailed Description

Definition at line 1728 of file MachO.h.

Member Data Documentation

◆ denorm

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

Definition at line 1729 of file MachO.h.

◆ invalid

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

Definition at line 1729 of file MachO.h.

◆ ovrfl

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

Definition at line 1729 of file MachO.h.

◆ pc

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

Definition at line 1730 of file MachO.h.

◆ precis

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

Definition at line 1730 of file MachO.h.

◆ rc

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

Definition at line 1730 of file MachO.h.

◆ undfl

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

Definition at line 1729 of file MachO.h.

◆ zdiv

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

Definition at line 1729 of file MachO.h.


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