registers.hh (8961:ff4762285f99) registers.hh (9046:a1104cc13db2)
1/*
2 * Copyright (c) 2009 The University of Edinburgh
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 24 unchanged lines hidden (view full) ---

33
34#include "arch/power/generated/max_inst_regs.hh"
35#include "arch/power/miscregs.hh"
36
37namespace PowerISA {
38
39using PowerISAInst::MaxInstSrcRegs;
40using PowerISAInst::MaxInstDestRegs;
1/*
2 * Copyright (c) 2009 The University of Edinburgh
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 24 unchanged lines hidden (view full) ---

33
34#include "arch/power/generated/max_inst_regs.hh"
35#include "arch/power/miscregs.hh"
36
37namespace PowerISA {
38
39using PowerISAInst::MaxInstSrcRegs;
40using PowerISAInst::MaxInstDestRegs;
41using PowerISAInst::MaxMiscDestRegs;
41
42typedef uint8_t RegIndex;
43
44typedef uint64_t IntReg;
45
46// Floating point register file entry type
47typedef uint64_t FloatRegBits;
48typedef double FloatReg;

--- 58 unchanged lines hidden ---
42
43typedef uint8_t RegIndex;
44
45typedef uint64_t IntReg;
46
47// Floating point register file entry type
48typedef uint64_t FloatRegBits;
49typedef double FloatReg;

--- 58 unchanged lines hidden ---