/* * Copyright (c) 2005 Ondrej Palkovsky * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * - Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * - The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef BOOT_mips32_REGNAME_H_ #define BOOT_mips32_REGNAME_H_ #define zero 0 #define at 1 #define v0 2 #define v1 3 #define a0 4 #define a1 5 #define a2 6 #define a3 7 #define t0 8 #define t1 9 #define t2 10 #define t3 11 #define t4 12 #define t5 13 #define t6 14 #define t7 15 #define s0 16 #define s1 17 #define s2 18 #define s3 19 #define s4 20 #define s5 21 #define s6 22 #define s7 23 #define t8 24 #define t9 25 #define k0 26 #define k1 27 #define gp 28 #define sp 29 #define s8 30 #define ra 31 #define rindex 0 #define rrandom 1 #define entrylo0 2 #define entrylo1 3 #define context 4 #define pagemask 5 #define wired 6 #define badvaddr 8 #define count 9 #define entryhi 10 #define compare 11 #define status 12 #define cause 13 #define epc 14 #define rconfig 16 #define lladdr 17 #define watchlo 18 #define watchhi 19 #define xcontext 20 #define rdebug 23 #define depc 24 #define eepc 30 #endif