mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Handle ppc64-related primops.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5420
This commit is contained in:
parent
b0bdc85dba
commit
2235ef1e72
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user