Handle ppc64-related primops.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5420
This commit is contained in:
Julian Seward 2005-12-23 12:47:16 +00:00
parent b0bdc85dba
commit 2235ef1e72

View File

@ -1986,6 +1986,10 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
case Iop_DivU32:
return mkLazy2(mce, Ity_I32, vatom1, vatom2);
case Iop_DivS64:
case Iop_DivU64:
return mkLazy2(mce, Ity_I64, vatom1, vatom2);
case Iop_Add32:
if (mce->bogusLiterals)
return expensiveAddSub(mce,True,Ity_I32,