registers.hh (7177:5f19e5b67864) registers.hh (7310:239ab4e0c7d4)
1/*
2 * Copyright (c) 2007-2008 The Florida State University
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;

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

35#include "arch/arm/intregs.hh"
36#include "arch/arm/miscregs.hh"
37
38namespace ArmISA {
39
40using ArmISAInst::MaxInstSrcRegs;
41using ArmISAInst::MaxInstDestRegs;
42
1/*
2 * Copyright (c) 2007-2008 The Florida State University
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;

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

35#include "arch/arm/intregs.hh"
36#include "arch/arm/miscregs.hh"
37
38namespace ArmISA {
39
40using ArmISAInst::MaxInstSrcRegs;
41using ArmISAInst::MaxInstDestRegs;
42
43typedef uint8_t RegIndex;
43typedef uint16_t RegIndex;
44
45typedef uint64_t IntReg;
46
47// floating point register file entry type
48typedef uint32_t FloatRegBits;
49typedef float FloatReg;
50
51// cop-0/cop-1 system control register

--- 69 unchanged lines hidden ---
44
45typedef uint64_t IntReg;
46
47// floating point register file entry type
48typedef uint32_t FloatRegBits;
49typedef float FloatReg;
50
51// cop-0/cop-1 system control register

--- 69 unchanged lines hidden ---