Deleted Added
sdiff udiff text old ( 8738:66bf413b0d5b ) new ( 9554:406fbcf60223 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

130 //uint64_t hilo_final_val = (uint64_t)HI_RD_SEL << 32 | LO_RD_SEL;
131 //traceData->setData(hilo_final_val);
132 }
133 }
134 return fault;
135 }
136}};
137
138//Outputs to decoder.cc
139output decoder {{
140}};
141
142output exec {{
143 bool
144 isDspEnabled(%(CPU_exec_context)s *xc)
145 {

--- 68 unchanged lines hidden ---