Displaying 4 results from an estimated 4 matches for "flags_ecx".
2017 Feb 14
2
Flac build issue in debug win x32
...ne 155) won't link if you don't have NASM 
code built even if FLAC__HAS_X86INTRIN is true as 
FLAC__cpu_info_asm_ia32 don't exists and the else is compiled if there 
is no dead code stripping
if (FLAC__HAS_X86INTRIN) {
         FLAC__cpu_info_x86(0, &flags_eax, &flags_ebx, &flags_ecx, 
&flags_edx);
         info->ia32.intel = (flags_ebx == 0x756E6547 && flags_edx == 
0x49656E69 && flags_ecx == 0x6C65746E) ? true : false; /* GenuineIntel */
         FLAC__cpu_info_x86(1, &flags_eax, &flags_ebx, &flags_ecx, 
&flags_edx);
     }
     else {...
2017 Feb 20
0
Flac build issue in debug win x32
...u don't have 
> NASM code built even if FLAC__HAS_X86INTRIN is true as 
> FLAC__cpu_info_asm_ia32 don't exists and the else is compiled if there 
> is no dead code stripping
>
> if (FLAC__HAS_X86INTRIN) {
>         FLAC__cpu_info_x86(0, &flags_eax, &flags_ebx, &flags_ecx, 
> &flags_edx);
>         info->ia32.intel = (flags_ebx == 0x756E6547 && flags_edx == 
> 0x49656E69 && flags_ecx == 0x6C65746E) ? true : false; /* GenuineIntel */
>         FLAC__cpu_info_x86(1, &flags_eax, &flags_ebx, &flags_ecx, 
> &flags_edx...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...b/x86info.h
@@ -84,7 +84,7 @@ struct cpudata {
 	unsigned int cachesize_trace;
 	unsigned int phyaddr_bits;
 	unsigned int viraddr_bits;
-	unsigned int cpuid_level, maxei, maxei2;
+	unsigned int cpuid_level, maxei, maxei2, maxhv;
 	char name[CPU_NAME_LEN];
 	enum connector connector;
 	unsigned int flags_ecx;
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...b/x86info.h
@@ -84,7 +84,7 @@ struct cpudata {
 	unsigned int cachesize_trace;
 	unsigned int phyaddr_bits;
 	unsigned int viraddr_bits;
-	unsigned int cpuid_level, maxei, maxei2;
+	unsigned int cpuid_level, maxei, maxei2, maxhv;
 	char name[CPU_NAME_LEN];
 	enum connector connector;
 	unsigned int flags_ecx;