mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Handle new primop Iop_RoundF32toInt, needed by SSE4 ROUNDSS (vex
r1986). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11189
This commit is contained in:
parent
52760b1339
commit
b946fac47a
@ -2428,6 +2428,7 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
|
||||
/* I32(rm) x I64/F64 -> I64/F64 */
|
||||
return mkLazy2(mce, Ity_I64, vatom1, vatom2);
|
||||
|
||||
case Iop_RoundF32toInt:
|
||||
case Iop_SqrtF32:
|
||||
/* I32(rm) x I32/F32 -> I32/F32 */
|
||||
return mkLazy2(mce, Ity_I32, vatom1, vatom2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user