* insns (cmp_vals,do_cmp): Produce the correct bits as specified
by the architecture.
+ (xor): Fix xor immediate patterns to use the correct bits.
Fri May 9 09:55:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
*rDest = result;
31.Dest,26.Source2,21.0b0010110,14.UnsignedImmediate::::xor i
do_xor (_SD, rDest, vSource1, rSource2);
-31.Dest,26.Source2,21.0b110010110,13.0,12.0,11./,4.Source1::::xor r
+31.Dest,26.Source2,21.0b110010110,12.0,11./,4.Source1::::xor r
do_xor (_SD, rDest, rSource1, rSource2);
-31.Dest,26.Source2,21.0b110010110,13.0,12.1,11./::::xor l
+31.Dest,26.Source2,21.0b110010110,12.1,11./::::xor l
long_immediate (LongUnsignedImmediate);
do_xor (_SD, rDest, LongUnsignedImmediate, rSource2);