Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8505 outs() << "\t control: invalid " << fpu.fpu_fcw.invalid; in Print_x86_float_state_t()
8506 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t()
8507 outs() << " zdiv " << fpu.fpu_fcw.zdiv; in Print_x86_float_state_t()
8508 outs() << " ovrfl " << fpu.fpu_fcw.ovrfl; in Print_x86_float_state_t()
8509 outs() << " undfl " << fpu.fpu_fcw.undfl; in Print_x86_float_state_t()
8510 outs() << " precis " << fpu.fpu_fcw.precis << "\n"; in Print_x86_float_state_t()
8512 if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_24B) in Print_x86_float_state_t()
8514 else if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_53B) in Print_x86_float_state_t()
8516 else if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_64B) in Print_x86_float_state_t()
8519 outs() << fpu.fpu_fcw.pc << " "; in Print_x86_float_state_t()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8968 outs() << "\t control: invalid " << fpu.fpu_fcw.invalid; in Print_x86_float_state_t()
8969 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t()
8970 outs() << " zdiv " << fpu.fpu_fcw.zdiv; in Print_x86_float_state_t()
8971 outs() << " ovrfl " << fpu.fpu_fcw.ovrfl; in Print_x86_float_state_t()
8972 outs() << " undfl " << fpu.fpu_fcw.undfl; in Print_x86_float_state_t()
8973 outs() << " precis " << fpu.fpu_fcw.precis << "\n"; in Print_x86_float_state_t()
8975 if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_24B) in Print_x86_float_state_t()
8977 else if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_53B) in Print_x86_float_state_t()
8979 else if (fpu.fpu_fcw.pc == MachO::x86_FP_PREC_64B) in Print_x86_float_state_t()
8982 outs() << fpu.fpu_fcw.pc << " "; in Print_x86_float_state_t()
[all …]
/external/llvm/include/llvm/Support/
DMachO.h1539 fp_control_t fpu_fcw; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1554 fp_control_t fpu_fcw; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1578 fp_control_t fpu_fcw; member