registers.hh (13610:5d5404ac6288) registers.hh (13611:c8b7847b4171)
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;

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

44
45// Power writes a misc register outside of the isa parser, so it can't
46// be detected by it. Manually add it here.
47const int MaxMiscDestRegs = PowerISAInst::MaxMiscDestRegs + 1;
48
49typedef RegVal IntReg;
50
51// Floating point register file entry type
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;

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

44
45// Power writes a misc register outside of the isa parser, so it can't
46// be detected by it. Manually add it here.
47const int MaxMiscDestRegs = PowerISAInst::MaxMiscDestRegs + 1;
48
49typedef RegVal IntReg;
50
51// Floating point register file entry type
52typedef RegVal FloatRegBits;
52typedef RegVal FloatReg;
53typedef RegVal MiscReg;
54
55// dummy typedef since we don't have CC regs
56typedef uint8_t CCReg;
57
58// Not applicable to Power
59using VecElem = ::DummyVecElem;
60using VecReg = ::DummyVecReg;

--- 62 unchanged lines hidden ---
53typedef RegVal MiscReg;
54
55// dummy typedef since we don't have CC regs
56typedef uint8_t CCReg;
57
58// Not applicable to Power
59using VecElem = ::DummyVecElem;
60using VecReg = ::DummyVecReg;

--- 62 unchanged lines hidden ---