===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cpufrequtils-008/utils/cpuid.h-7-	/* ecx is often an input as well as an output. */
cpufrequtils-008/utils/cpuid.h:8:	asm volatile(
cpufrequtils-008/utils/cpuid.h-9-#if defined(__i386__) && defined(__PIC__)
##############################################
cpufrequtils-008/debian/patches/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch-24- 	/* ecx is often an input as well as an output. */
cpufrequtils-008/debian/patches/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch:25:-	asm volatile("cpuid"
cpufrequtils-008/debian/patches/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch:26:+	asm volatile(
cpufrequtils-008/debian/patches/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch-27-+#if defined(__i386__) && defined(__PIC__)
##############################################
cpufrequtils-008/.pc/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch/utils/cpuid.h-7-	/* ecx is often an input as well as an output. */
cpufrequtils-008/.pc/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch/utils/cpuid.h:8:	asm volatile("cpuid"
cpufrequtils-008/.pc/0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch/utils/cpuid.h-9-	    : "=a" (*eax),