===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xdesktopwaves-1.3/xdesktopwaves.c-904-	/* Check for CPUID. */
xdesktopwaves-1.3/xdesktopwaves.c:905:	asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-906-		"  pushfl                   \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-922-	/* Check for Authentic AMD. */
xdesktopwaves-1.3/xdesktopwaves.c:923:	if (xdwCPUHasCPUID) asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-924-		"  xorl   %%eax,%%eax       \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-938-	/* Check for Genuine Intel. */
xdesktopwaves-1.3/xdesktopwaves.c:939:	if (xdwCPUHasCPUID) asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-940-		"  xorl   %%eax,%%eax       \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-955-	if (xdwCPUIsAuthenticAMD || xdwCPUIsGenuineIntel) {
xdesktopwaves-1.3/xdesktopwaves.c:956:		asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-957-			"  movl $1,%%eax            \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-971-	/* Check for CPUID. */
xdesktopwaves-1.3/xdesktopwaves.c:972:	asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-973-		"  pushf                    \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-989-	/* Check for Authentic AMD. */
xdesktopwaves-1.3/xdesktopwaves.c:990:	if (xdwCPUHasCPUID) asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-991-		"  xorl   %%eax,%%eax       \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-1005-	/* Check for Genuine Intel. */
xdesktopwaves-1.3/xdesktopwaves.c:1006:	if (xdwCPUHasCPUID) asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-1007-		"  xorl   %%eax,%%eax       \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-1022-	if (xdwCPUIsAuthenticAMD || xdwCPUIsGenuineIntel) {
xdesktopwaves-1.3/xdesktopwaves.c:1023:		asm volatile (
xdesktopwaves-1.3/xdesktopwaves.c-1024-			"  movl $1,%%eax            \n"
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-1407-#		define XDWOCO1(L,C1,C2) \
xdesktopwaves-1.3/xdesktopwaves.c:1408:			asm volatile ( \
xdesktopwaves-1.3/xdesktopwaves.c-1409-			"  pushl %%ebp                         \n" \
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-1552-#		define XDWOCO1(L,C1,C2) \
xdesktopwaves-1.3/xdesktopwaves.c:1553:			asm volatile ( \
xdesktopwaves-1.3/xdesktopwaves.c-1554-			"  pushq %%rdi                         \n" \
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-1702-#		define XDWOCO2(L,C1,C2) \
xdesktopwaves-1.3/xdesktopwaves.c:1703:			asm volatile ( \
xdesktopwaves-1.3/xdesktopwaves.c-1704-			"  pushl %%ebp                         \n" \
##############################################
xdesktopwaves-1.3/xdesktopwaves.c-1850-#		define XDWOCO2(L,C1,C2) \
xdesktopwaves-1.3/xdesktopwaves.c:1851:			asm volatile ( \
xdesktopwaves-1.3/xdesktopwaves.c-1852-			"  pushq %%rdi                         \n" \