PERFORCE change 214502 for review

Robert Watson rwatson at FreeBSD.org
Tue Jul 17 09:18:40 UTC 2012


http://p4web.freebsd.org/@@214502?ac=10

Change 214502 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/07/17 09:17:35

	Merge CHERI assembler enhancements from CTSRD-CHERI/binutils:
	
	commit 7248f6e0b1e1262bebc404c50ac618e6f7d9c60e
	Author: Steven Murdoch <Steven.Murdoch at cl.cam.ac.uk>
	Date:   Thu Jul 5 14:41:05 2012 +0100
	
	    Use indexed notation when instructions have an offset value or
	    register
	
	    cscr, clcr
	    cl[bhwd]
	    cl[bhwd]r
	    cs[bhwd]
	    cs[bhwd]r
	    cjr
	    cjalr

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/contrib/binutils/opcodes/mips-opc.c#3 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/contrib/binutils/opcodes/mips-opc.c#3 (text+ko) ====

@@ -197,8 +197,6 @@
 {"cincbase","+w,+b,m",	0x48800001, 0xffe0003f,	0,			0,		I1	},
 {"cmove",   "+w,+b",	0x48800001, 0xffe007ff,	0,			0,		I1	},
 {"csetlen", "+w,+b,m",	0x48800000, 0xffe0003f,	0,			0,		I1	},
-{"cdeclen", "+w,+b,m",	0x48800000, 0xffe0003f,	0,			0,		I1	}, /* DEPRECATED */
-{"cdecleng","+w,+b,m",	0x48800000, 0xffe0003f,	0,			0,		I1	}, /* DEPRECATED */
 {"candperm","+w,+b,m",	0x48800006, 0xffe0003f,	0,			0,		I1	},
 {"cscr",    "+w,+b,m",	0x49200000, 0xffe0003f,	0,			0,		I1	},
 {"clcr",    "+w,+b,m",	0x49400000, 0xffe0003f,	0,			0,		I1	},


More information about the p4-projects mailing list