Searched defs:storeBE (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c510 static void storeBE ( IRExpr* addr, IRExpr* data ) function
4679 storeBE( mkexpr(EA), mkNarrowTo8(ty, mkexpr(rS)) );
4689 storeBE( mkexpr(EA), mkNarrowTo8(ty, mkexpr(rS)) );
4694 storeBE( mkexpr(EA), mkNarrowTo16(ty, mkexpr(rS)) );
4704 storeBE( mkexpr(EA), mkNarrowTo16(ty, mkexpr(rS)) );
4709 storeBE( mkexpr(EA), mkNarrowTo32(ty, mkexpr(rS)) );
4719 storeBE( mkexpr(EA), mkNarrowTo32(ty, mkexpr(rS)) );
4737 storeBE( mkexpr(EA), mkNarrowTo8(ty, mkexpr(rS)) );
4742 storeBE( mkexpr(EA), mkNarrowTo8(ty, mkexpr(rS)) );
4752 storeBE( mkexp
[all...]

Completed in 36 milliseconds