Home
last modified time | relevance | path

Searched refs:fpu_fsw (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8165 outs() << "\t status: invalid " << fpu.fpu_fsw.invalid; in Print_x86_float_state_t()
8166 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
8167 outs() << " zdiv " << fpu.fpu_fsw.zdiv; in Print_x86_float_state_t()
8168 outs() << " ovrfl " << fpu.fpu_fsw.ovrfl; in Print_x86_float_state_t()
8169 outs() << " undfl " << fpu.fpu_fsw.undfl; in Print_x86_float_state_t()
8170 outs() << " precis " << fpu.fpu_fsw.precis; in Print_x86_float_state_t()
8171 outs() << " stkflt " << fpu.fpu_fsw.stkflt << "\n"; in Print_x86_float_state_t()
8172 outs() << "\t errsumm " << fpu.fpu_fsw.errsumm; in Print_x86_float_state_t()
8173 outs() << " c0 " << fpu.fpu_fsw.c0; in Print_x86_float_state_t()
8174 outs() << " c1 " << fpu.fpu_fsw.c1; in Print_x86_float_state_t()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h1499 fp_status_t fpu_fsw; member