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

Implementation of target::Cpu. More...

#include <iostream>
#include <misc/algorithm.hh>
#include <misc/indent.hh>
#include <temp/temp.hh>
#include <temp/temp-set.hh>
#include <target/cpu.hh>
Include dependency graph for cpu.cc:

Namespaces

namespace  target
 Multiple target support.

Macros

#define REGS_PRINT(Name, Regs)   ostr << (Name) << " (" << (Regs).size() << "): " << (Regs) << std::endl

Functions

std::ostream & target::operator<< (std::ostream &ostr, const Cpu &cpu)
 Output cpu on ostr.

Detailed Description

Implementation of target::Cpu.

Macro Definition Documentation

#define REGS_PRINT (   Name,
  Regs 
)    ostr << (Name) << " (" << (Regs).size() << "): " << (Regs) << std::endl

Referenced by target::Cpu::dump().