Searched refs:NO_EXC (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 121 NO_EXC = 0x08, // Suppress exceptions enumerator 124 NINT_NOEXC = static_cast<int>(TO_NEAREST_INT) | static_cast<int>(NO_EXC), 126 FLOOR_NOEXC = static_cast<int>(TO_NEG_INF) | static_cast<int>(NO_EXC), 128 CEIL_NOEXC = static_cast<int>(TO_POS_INF) | static_cast<int>(NO_EXC), 130 TRUNC_NOEXC = static_cast<int>(TO_ZERO) | static_cast<int>(NO_EXC), 132 NEARBYINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(NO_EXC),
|
D | simdlib_interface.hpp | 68 NO_EXC = 0x08, // Suppress exceptions 71 NINT_NOEXC = static_cast<int>(TO_NEAREST_INT) | static_cast<int>(NO_EXC), 73 FLOOR_NOEXC = static_cast<int>(TO_NEG_INF) | static_cast<int>(NO_EXC), 75 CEIL_NOEXC = static_cast<int>(TO_POS_INF) | static_cast<int>(NO_EXC), 77 TRUNC_NOEXC = static_cast<int>(TO_ZERO) | static_cast<int>(NO_EXC), 79 NEARBYINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(NO_EXC),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 52 NO_EXC = 8 enumerator
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 52 NO_EXC = 8 enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 23599 if (RC & X86::STATIC_ROUNDING::NO_EXC) { in LowerINTRINSIC_WO_CHAIN() 23601 RC ^= X86::STATIC_ROUNDING::NO_EXC; in LowerINTRINSIC_WO_CHAIN() 23613 if (RC & X86::STATIC_ROUNDING::NO_EXC) { in LowerINTRINSIC_WO_CHAIN() 23615 RC ^= X86::STATIC_ROUNDING::NO_EXC; in LowerINTRINSIC_WO_CHAIN()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24724 if (RC & X86::STATIC_ROUNDING::NO_EXC) { in LowerINTRINSIC_WO_CHAIN() 24726 RC ^= X86::STATIC_ROUNDING::NO_EXC; in LowerINTRINSIC_WO_CHAIN() 24738 if (RC & X86::STATIC_ROUNDING::NO_EXC) { in LowerINTRINSIC_WO_CHAIN() 24740 RC ^= X86::STATIC_ROUNDING::NO_EXC; in LowerINTRINSIC_WO_CHAIN()
|