Searched refs:NO_EXC (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h52 NO_EXC = 8 enumerator in enum:llvm::X86::STATIC_ROUNDING
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24359 if (RC & X86::STATIC_ROUNDING::NO_EXC) {
24360 // Clear the NO_EXC bit and check remaining bits.
24361 RC ^= X86::STATIC_ROUNDING::NO_EXC;
24373 if (RC & X86::STATIC_ROUNDING::NO_EXC) {
24374 // Clear the NO_EXC bit and check remaining bits.
24375 RC ^= X86::STATIC_ROUNDING::NO_EXC;
[all...]

Completed in 220 milliseconds