Searched refs:w64hi (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_defs.h135 extern UInt x86g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
H A Dguest_amd64_defs.h138 extern ULong amd64g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
H A Dguest_amd64_helpers.c2756 ULong amd64g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo ) argument
2758 ULong rHi8 = amd64g_calculate_mmx_pmovmskb ( w64hi );
H A Dguest_x86_helpers.c2534 UInt x86g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo ) argument
2536 UInt rHi8 = x86g_calculate_mmx_pmovmskb ( w64hi );

Completed in 182 milliseconds