Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8530 outs() << "\t status: invalid " << fpu.fpu_fsw.invalid; in Print_x86_float_state_t()
8531 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
8532 outs() << " zdiv " << fpu.fpu_fsw.zdiv; in Print_x86_float_state_t()
8533 outs() << " ovrfl " << fpu.fpu_fsw.ovrfl; in Print_x86_float_state_t()
8534 outs() << " undfl " << fpu.fpu_fsw.undfl; in Print_x86_float_state_t()
8535 outs() << " precis " << fpu.fpu_fsw.precis; in Print_x86_float_state_t()
8536 outs() << " stkflt " << fpu.fpu_fsw.stkflt << "\n"; in Print_x86_float_state_t()
8537 outs() << "\t errsumm " << fpu.fpu_fsw.errsumm; in Print_x86_float_state_t()
8538 outs() << " c0 " << fpu.fpu_fsw.c0; in Print_x86_float_state_t()
8539 outs() << " c1 " << fpu.fpu_fsw.c1; in Print_x86_float_state_t()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8993 outs() << "\t status: invalid " << fpu.fpu_fsw.invalid; in Print_x86_float_state_t()
8994 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
8995 outs() << " zdiv " << fpu.fpu_fsw.zdiv; in Print_x86_float_state_t()
8996 outs() << " ovrfl " << fpu.fpu_fsw.ovrfl; in Print_x86_float_state_t()
8997 outs() << " undfl " << fpu.fpu_fsw.undfl; in Print_x86_float_state_t()
8998 outs() << " precis " << fpu.fpu_fsw.precis; in Print_x86_float_state_t()
8999 outs() << " stkflt " << fpu.fpu_fsw.stkflt << "\n"; in Print_x86_float_state_t()
9000 outs() << "\t errsumm " << fpu.fpu_fsw.errsumm; in Print_x86_float_state_t()
9001 outs() << " c0 " << fpu.fpu_fsw.c0; in Print_x86_float_state_t()
9002 outs() << " c1 " << fpu.fpu_fsw.c1; in Print_x86_float_state_t()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h1540 fp_status_t fpu_fsw; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1555 fp_status_t fpu_fsw; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1579 fp_status_t fpu_fsw; member