isa.hh (10035:2a0fbecfeb14) isa.hh (10698:829adc48e175)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
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;

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

58 public:
59 typedef X86ISAParams Params;
60
61 void clear();
62
63 ISA(Params *p);
64 const Params *params() const;
65
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
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;

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

58 public:
59 typedef X86ISAParams Params;
60
61 void clear();
62
63 ISA(Params *p);
64 const Params *params() const;
65
66 MiscReg readMiscRegNoEffect(int miscReg);
66 MiscReg readMiscRegNoEffect(int miscReg) const;
67 MiscReg readMiscReg(int miscReg, ThreadContext *tc);
68
69 void setMiscRegNoEffect(int miscReg, MiscReg val);
70 void setMiscReg(int miscReg, MiscReg val, ThreadContext *tc);
71
72 int
73 flattenIntIndex(int reg) const
74 {

--- 36 unchanged lines hidden ---
67 MiscReg readMiscReg(int miscReg, ThreadContext *tc);
68
69 void setMiscRegNoEffect(int miscReg, MiscReg val);
70 void setMiscReg(int miscReg, MiscReg val, ThreadContext *tc);
71
72 int
73 flattenIntIndex(int reg) const
74 {

--- 36 unchanged lines hidden ---