Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp4076 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
4077 outs() << " zdiv " << fpu.fpu_fsw.zdiv; in Print_x86_float_state_t()
4078 outs() << " ovrfl " << fpu.fpu_fsw.ovrfl; in Print_x86_float_state_t()
4079 outs() << " undfl " << fpu.fpu_fsw.undfl; in Print_x86_float_state_t()
4080 outs() << " precis " << fpu.fpu_fsw.precis; in Print_x86_float_state_t()
4083 outs() << " c0 " << fpu.fpu_fsw.c0; in Print_x86_float_state_t()
4084 outs() << " c1 " << fpu.fpu_fsw.c1; in Print_x86_float_state_t()
4085 outs() << " c2 " << fpu.fpu_fsw.c2; in Print_x86_float_state_t()
4086 outs() << " tos " << fpu.fpu_fsw.tos; in Print_x86_float_state_t()
4087 outs() << " c3 " << fpu.fpu_fsw.c3; in Print_x86_float_state_t()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h1504 fp_status_t fpu_fsw; member