Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Side by Side Diff: include/opcode/mips.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/opcode/m68hc11.h ('k') | include/opcode/ppc.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* mips.h. Mips opcode list for GDB, the GNU debugger. 1 /* mips.h. Mips opcode list for GDB, the GNU debugger.
2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003, 2004, 2005, 2008, 2009, 2010 3 2003, 2004, 2005, 2008, 2009, 2010
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 Contributed by Ralph Campbell and OSF 5 Contributed by Ralph Campbell and OSF
6 Commented and modified by Ian Lance Taylor, Cygnus Support 6 Commented and modified by Ian Lance Taylor, Cygnus Support
7 7
8 This file is part of GDB, GAS, and the GNU binutils. 8 This file is part of GDB, GAS, and the GNU binutils.
9 9
10 GDB, GAS, and the GNU binutils are free software; you can redistribute 10 GDB, GAS, and the GNU binutils are free software; you can redistribute
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 "o" 16-bit signed offset (MICROMIPSOP_*_DELTA) 1636 "o" 16-bit signed offset (MICROMIPSOP_*_DELTA)
1637 "p" 16-bit PC-relative branch target address (MICROMIPSOP_*_DELTA) 1637 "p" 16-bit PC-relative branch target address (MICROMIPSOP_*_DELTA)
1638 "q" 10-bit lower breakpoint code (MICROMIPSOP_*_CODE2) 1638 "q" 10-bit lower breakpoint code (MICROMIPSOP_*_CODE2)
1639 "r" 5-bit same register used as both source and target (MICROMIPSOP_*_RS) 1639 "r" 5-bit same register used as both source and target (MICROMIPSOP_*_RS)
1640 "s" 5-bit source register specifier (MICROMIPSOP_*_RS) 1640 "s" 5-bit source register specifier (MICROMIPSOP_*_RS)
1641 "t" 5-bit target register (MICROMIPSOP_*_RT) 1641 "t" 5-bit target register (MICROMIPSOP_*_RT)
1642 "u" 16-bit upper 16 bits of address (MICROMIPSOP_*_IMMEDIATE) 1642 "u" 16-bit upper 16 bits of address (MICROMIPSOP_*_IMMEDIATE)
1643 "v" 5-bit same register used as both source and destination 1643 "v" 5-bit same register used as both source and destination
1644 (MICROMIPSOP_*_RS) 1644 (MICROMIPSOP_*_RS)
1645 "w" 5-bit same register used as both target and destination 1645 "w" 5-bit same register used as both target and destination

error: old chunk mismatch

OLDNEW
« no previous file with comments | « include/opcode/m68hc11.h ('k') | include/opcode/ppc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698