|
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 | 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 |
Definition at line 1474 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::busy |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::c0 |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::c1 |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::c2 |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::c3 |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::denorm |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::errsumm |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::invalid |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::ovrfl |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::precis |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::stkflt |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::tos |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::undfl |
Definition at line 1476 of file Support/MachO.h.
| unsigned short llvm::MachO::fp_status_t::zdiv |
Definition at line 1476 of file Support/MachO.h.
1.8.6