isa.hh (10035:2a0fbecfeb14) isa.hh (10698:829adc48e175)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

56 typedef PowerISAParams Params;
57
58 void
59 clear()
60 {
61 }
62
63 MiscReg
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

56 typedef PowerISAParams Params;
57
58 void
59 clear()
60 {
61 }
62
63 MiscReg
64 readMiscRegNoEffect(int misc_reg)
64 readMiscRegNoEffect(int misc_reg) const
65 {
66 fatal("Power does not currently have any misc regs defined\n");
67 return dummy;
68 }
69
70 MiscReg
71 readMiscReg(int misc_reg, ThreadContext *tc)
72 {

--- 54 unchanged lines hidden ---
65 {
66 fatal("Power does not currently have any misc regs defined\n");
67 return dummy;
68 }
69
70 MiscReg
71 readMiscReg(int misc_reg, ThreadContext *tc)
72 {

--- 54 unchanged lines hidden ---