micromediaop.cc (6515:a785733109e7) micromediaop.cc (7629:0f0c231e3e97)
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#include "arch/x86/insts/micromediaop.hh"
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#include "arch/x86/insts/micromediaop.hh"
32#include "arch/x86/miscregs.hh"
32#include "arch/x86/regs/misc.hh"
33#include <string>
34
35namespace X86ISA
36{
37 std::string MediaOpReg::generateDisassembly(Addr pc,
38 const SymbolTable *symtab) const
39 {
40 std::stringstream response;

--- 23 unchanged lines hidden ---
33#include <string>
34
35namespace X86ISA
36{
37 std::string MediaOpReg::generateDisassembly(Addr pc,
38 const SymbolTable *symtab) const
39 {
40 std::stringstream response;

--- 23 unchanged lines hidden ---