Line 1... |
Line 1... |
/* Print SPARC instructions.
|
/* Print SPARC instructions.
|
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
2000, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
|
2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of the GNU opcodes library.
|
This file is part of the GNU opcodes library.
|
|
|
This library is free software; you can redistribute it and/or modify
|
This library is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 105... |
Line 106... |
/* These are ordered according to there register number in
|
/* These are ordered according to there register number in
|
rd and wr insns (-16). */
|
rd and wr insns (-16). */
|
static char *v9a_asr_reg_names[] =
|
static char *v9a_asr_reg_names[] =
|
{
|
{
|
"pcr", "pic", "dcr", "gsr", "set_softint", "clear_softint",
|
"pcr", "pic", "dcr", "gsr", "set_softint", "clear_softint",
|
"softint", "tick_cmpr", "sys_tick", "sys_tick_cmpr"
|
"softint", "tick_cmpr", "stick", "stick_cmpr"
|
};
|
};
|
|
|
/* Macros used to extract instruction fields. Not all fields have
|
/* Macros used to extract instruction fields. Not all fields have
|
macros defined here, only those which are actually used. */
|
macros defined here, only those which are actually used. */
|
|
|