1 #ifndef _PPC64_PPC_ASM_H
2 #define _PPC64_PPC_ASM_H
5 * Definitions used by various bits of low-level assembly code on PowerPC.
7 * Copyright (C) 1995-1999 Gary Thomas, Paul Mackerras, Cort Dougan.
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
15 /* Condition Register Bit Fields */
27 /* General Purpose Registers (GPRs) */
62 #endif /* _PPC64_PPC_ASM_H */