#include <precomp.h>
Go to the source code of this file.
◆ _clearfp()
Definition at line 18 of file clearfp.c.
22 __asm__ __volatile__(
"fnclex" );
unsigned int _statusfp(void)
__asm__("\t.globl GetPhys\n" "GetPhys:\t\n" "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" "andi. 6,5,0xffef\n\t" "mtmsr 6\n\t" "isync\n\t" "sync\n\t" "lwz 3,0(3)\n\t" "mtmsr 5\n\t" "isync\n\t" "sync\n\t" "lwz 0,0(1)\n\t" "addi 1,1,16\n\t" "mtlr 0\n\t" "blr")
Referenced by main().
◆ _statusfp()
Definition at line 25 of file statfp.c.
27 unsigned int retVal = 0;
28 unsigned short fpword;
32 #elif defined(__GNUC__) 33 __asm__ __volatile__(
"fstsw %0" :
"=m" (fpword) : );
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG x1
__asm__("\t.globl GetPhys\n" "GetPhys:\t\n" "mflr 0\n\t" "stwu 0,-16(1)\n\t" "mfmsr 5\n\t" "andi. 6,5,0xffef\n\t" "mtmsr 6\n\t" "isync\n\t" "sync\n\t" "lwz 3,0(3)\n\t" "mtmsr 5\n\t" "isync\n\t" "sync\n\t" "lwz 0,0(1)\n\t" "addi 1,1,16\n\t" "mtlr 0\n\t" "blr")
__INTRIN_INLINE unsigned int _mm_getcsr(void)
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG _In_ LONG _In_ LONG x2
Referenced by _clearfp().