HomeSort by relevance Sort by last modified time
    Searched refs:ecx_in (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/useful/
cpuid.c 8 UInt index, UInt ecx_in )
13 : "0" (index), "2"(ecx_in) );
16 index,ecx_in, a,b,c,d );
22 UInt maxidx, maxextidx, i,ecx_in; local
40 for (ecx_in = 1; ecx_in < subleaf; ecx_in++) {
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
  /external/valgrind/memcheck/tests/amd64/
xsave-avx.c 148 UInt index, UInt ecx_in )
153 : "0" (index), "2"(ecx_in) );
156 // index,ecx_in, a,b,c,d );
159 static void xgetbv ( UInt* eax, UInt* edx, UInt ecx_in )
164 : "c"(ecx_in) );

Completed in 210 milliseconds