Home
last modified time | relevance | path

Searched refs:w64lo (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_x86_defs.h135 extern UInt x86g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
Dguest_amd64_defs.h138 extern ULong amd64g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
Dguest_x86_helpers.c2534 UInt x86g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo ) in x86g_calculate_sse_pmovmskb() argument
2537 UInt rLo8 = x86g_calculate_mmx_pmovmskb ( w64lo ); in x86g_calculate_sse_pmovmskb()
Dguest_amd64_helpers.c2756 ULong amd64g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo ) in amd64g_calculate_sse_pmovmskb() argument
2759 ULong rLo8 = amd64g_calculate_mmx_pmovmskb ( w64lo ); in amd64g_calculate_sse_pmovmskb()