nativetrace.cc (7720:65d338a8dba4) nativetrace.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2007-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;

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

181 checkXMM(10, mState.xmm, nState.xmm);
182 checkXMM(11, mState.xmm, nState.xmm);
183 checkXMM(12, mState.xmm, nState.xmm);
184 checkXMM(13, mState.xmm, nState.xmm);
185 checkXMM(14, mState.xmm, nState.xmm);
186 checkXMM(15, mState.xmm, nState.xmm);
187}
188
1/*
2 * Copyright (c) 2007-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;

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

181 checkXMM(10, mState.xmm, nState.xmm);
182 checkXMM(11, mState.xmm, nState.xmm);
183 checkXMM(12, mState.xmm, nState.xmm);
184 checkXMM(13, mState.xmm, nState.xmm);
185 checkXMM(14, mState.xmm, nState.xmm);
186 checkXMM(15, mState.xmm, nState.xmm);
187}
188
189} /* namespace Trace */
189} // namespace Trace
190
191////////////////////////////////////////////////////////////////////////
192//
193// ExeTracer Simulation Object
194//
195Trace::X86NativeTrace *
196X86NativeTraceParams::create()
197{
198 return new Trace::X86NativeTrace(this);
199};
190
191////////////////////////////////////////////////////////////////////////
192//
193// ExeTracer Simulation Object
194//
195Trace::X86NativeTrace *
196X86NativeTraceParams::create()
197{
198 return new Trace::X86NativeTrace(this);
199};