]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge, from trunk, r2992.
authorJulian Seward <jseward@acm.org>
Sun, 23 Nov 2014 17:29:10 +0000 (17:29 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 23 Nov 2014 17:29:10 +0000 (17:29 +0000)
2992   arm64: Implement "fcvtpu w, s".  n-i-bz.

git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_10_BRANCH@3017

VEX/priv/guest_arm64_toIR.c

index 4542174e790b5051f14c8f8374abd3a5c4b010d2..91a5a0d40ce2218aa3f29f0f35a07a806f428abb 100644 (file)
@@ -12319,6 +12319,7 @@ Bool dis_AdvSIMD_fp_to_from_int_conv(/*MB_OUT*/DisResult* dres, UInt insn)
           /* F32toI32U */
           || (iop == Iop_F32toI32U && irrm == Irrm_ZERO)   /* FCVTZU Wd,Sn */
           || (iop == Iop_F32toI32U && irrm == Irrm_NegINF) /* FCVTMU Wd,Sn */
+          || (iop == Iop_F32toI32U && irrm == Irrm_PosINF) /* FCVTPU Wd,Sn */
           || (iop == Iop_F32toI32U && irrm == Irrm_NEAREST)/* FCVT{A,N}U W,S */
           /* F32toI64S */
           || (iop == Iop_F32toI64S && irrm == Irrm_ZERO)   /* FCVTZS Xd,Sn */