* gas/ppc/altivec.d: Fix dssall test.
[deliverable/binutils-gdb.git] / opcodes / ppc-opc.c
index c868ccc1d98839f4e5fcd19185a495c4ae1034ed..3579dd249f7fbb8d6bf954719c08069c7f744c2e 100644 (file)
@@ -3672,7 +3672,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "rac",     X(31,818),        X_MASK,         PWRCOM,         { RT, RA, RB } },
 
 { "dss",     XDSS(31,822,0), XDSS_MASK,        PPCVEC,         { STRM } },
-{ "dssall",  XDSS(31,822,1), XDSS_MASK,        PPCVEC,         { STRM } },
+{ "dssall",  XDSS(31,822,1), XDSS_MASK,        PPCVEC,         { 0 } },
 
 { "srawi",   XRC(31,824,0), X_MASK,    PPCCOM,         { RA, RS, SH } },
 { "srai",    XRC(31,824,0), X_MASK,    PWRCOM,         { RA, RS, SH } },
This page took 0.023906 seconds and 4 git commands to generate.