dsp.isa (8738:66bf413b0d5b) dsp.isa (9554:406fbcf60223)
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
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
138output header {{
139 bool isDspEnabled(%(CPU_exec_context)s *xc);
140
141 bool isDspPresent(%(CPU_exec_context)s *xc);
142}};
143
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 ---
144//Outputs to decoder.cc
145output decoder {{
146}};
147
148output exec {{
149 bool
150 isDspEnabled(%(CPU_exec_context)s *xc)
151 {

--- 68 unchanged lines hidden ---