LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
instr.hh File Reference

Root of assembly instructions implementation. More...

#include <iosfwd>
#include <string>
#include <misc/xalloc.hh>
#include <temp/fwd.hh>
#include <temp/temp.hh>
#include <assem/instr.hxx>
Include dependency graph for instr.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  assem::Instr
 Root for abstract assembly instructions. More...

Namespaces

namespace  assem
 Pseudo assembly support.

Functions

std::ostream & assem::operator<< (std::ostream &ostr, const Instr &instr)

Detailed Description

Root of assembly instructions implementation.