includes.isa (12293:3d662e8013c9) | includes.isa (12294:650a9d8b23cc) |
---|---|
1// Copyright (c) 2006-2007 The Regents of The University of Michigan 2// All rights reserved. 3// 4// Redistribution and use in source and binary forms, with or without 5// modification, are permitted provided that the following conditions are 6// met: redistributions of source code must retain the above copyright 7// notice, this list of conditions and the following disclaimer; 8// redistributions in binary form must reproduce the above copyright --- 25 unchanged lines hidden (view full) --- 34// 35 36output header {{ 37#include <cstring> 38#include <iostream> 39#include <sstream> 40 41#include "arch/sparc/faults.hh" | 1// Copyright (c) 2006-2007 The Regents of The University of Michigan 2// All rights reserved. 3// 4// Redistribution and use in source and binary forms, with or without 5// modification, are permitted provided that the following conditions are 6// met: redistributions of source code must retain the above copyright 7// notice, this list of conditions and the following disclaimer; 8// redistributions in binary form must reproduce the above copyright --- 25 unchanged lines hidden (view full) --- 34// 35 36output header {{ 37#include <cstring> 38#include <iostream> 39#include <sstream> 40 41#include "arch/sparc/faults.hh" |
42#include "arch/sparc/insts/blockmem.hh" |
|
42#include "arch/sparc/insts/branch.hh" | 43#include "arch/sparc/insts/branch.hh" |
44#include "arch/sparc/insts/mem.hh" |
|
43#include "arch/sparc/insts/micro.hh" 44#include "arch/sparc/insts/nop.hh" 45#include "arch/sparc/insts/priv.hh" 46#include "arch/sparc/insts/static_inst.hh" 47#include "arch/sparc/insts/trap.hh" 48#include "arch/sparc/insts/unimp.hh" 49#include "arch/sparc/insts/unknown.hh" 50#include "arch/sparc/isa_traits.hh" --- 43 unchanged lines hidden --- | 45#include "arch/sparc/insts/micro.hh" 46#include "arch/sparc/insts/nop.hh" 47#include "arch/sparc/insts/priv.hh" 48#include "arch/sparc/insts/static_inst.hh" 49#include "arch/sparc/insts/trap.hh" 50#include "arch/sparc/insts/unimp.hh" 51#include "arch/sparc/insts/unknown.hh" 52#include "arch/sparc/isa_traits.hh" --- 43 unchanged lines hidden --- |