Home
last modified time | relevance | path

Searched defs:FPState (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h30 struct FPState { struct
31 uint32_t ControlWord;
32 uint32_t StatusWord;
H A Dfenv_darwin_impl.h31 struct FPState { struct
32 uint64_t StatusWord;
33 uint64_t ControlWord;
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h359 struct FPState { struct
364 struct FPState { argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2589 Value *FPState = CI.getOperand(0); in translateKnownIntrinsic() local