Searched refs:math_BSWAP (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c7874 static IRTemp math_BSWAP ( IRTemp t1, IRType ty ) function
12674 IRTemp dst = math_BSWAP(src, ty);
12679 IRTemp dst = math_BSWAP(src, ty);
14503 t2 = math_BSWAP(t1, Ity_I32);
H A Dguest_amd64_toIR.c19571 static IRTemp math_BSWAP ( IRTemp t1, IRType ty ) function
20271 t2 = math_BSWAP( t1, Ity_I32 );
20280 t2 = math_BSWAP( t1, Ity_I64 );
20470 IRTemp dst = math_BSWAP(src, ty);
20475 IRTemp dst = math_BSWAP(src, ty);

Completed in 127 milliseconds