#include "RtlTest.h"
#include "statement.h"
#include "exp.h"
#include <sstream>
#include "BinaryFile.h"
#include "frontend.h"
#include "sparcfrontend.h"
#include "pentiumfrontend.h"
#include "decoder.h"
#include "proc.h"
#include "prog.h"
#include "visitor.h"
Go to the source code of this file.
Classes | |
class | StmtVisitorStub |
Defines | |
#define | MYTEST(name) |
#define | SWITCH_PENT "test/pentium/switch_cc" |
#define | SWITCH_SPARC "test/sparc/switch_cc" |
|
Value: suite->addTest(new CppUnit::TestCaller<RtlTest> ("RtlTest", \ &RtlTest::name, *this)) Definition at line 34 of file RtlTest.cpp. |
|
Definition at line 26 of file RtlTest.cpp. Referenced by RtlTest::testIsCompare(). |
|
Definition at line 25 of file RtlTest.cpp. Referenced by RtlTest::testIsCompare(). |