|
LLVM
3.7.0
|
#include <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 |
Definition at line 1459 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::denorm |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::invalid |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::ovrfl |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::pc |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::precis |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::rc |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::undfl |
Definition at line 1461 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_control_t::zdiv |
Definition at line 1461 of file Support/MachO.h.
1.8.6