]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Implement "fcvtpu w, s". n-i-bz.
authorJulian Seward <jseward@acm.org>
Sat, 15 Nov 2014 22:24:18 +0000 (22:24 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 15 Nov 2014 22:24:18 +0000 (22:24 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2992

VEX/priv/guest_arm64_toIR.c

index eb13f383fde118754daee76c74533f72b1642083..2b9ca2daf4c15fe3658439ac2aca214861cb956c 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 */