[clang] [Headers][X86] Add more descriptions to ia32intrin.h and immintrin.h (PR #77686)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 14:29:41 PST 2024


================
@@ -173,25 +183,59 @@ __popcntq(unsigned long long __A)
 #endif /* __x86_64__ */
 
 #ifdef __x86_64__
+/// Returns the program status and control \c RFLAGS register with the \c VM
+///    and \c RF flags cleared.
+///
+/// \headerfile <x86intrin.h>
+///
+/// This intrinsic corresponds to the \c PUSHFQ + \c POP instruction sequence.
----------------
topperc wrote:

PUSHFQ->PUSHF

https://github.com/llvm/llvm-project/pull/77686


More information about the cfe-commits mailing list