#include <map>
#include <vector>
#include <sstream>
#include "Cc.hpp"
#include "ShDebug.hpp"
#include "ShStream.hpp"
#include "ShVariant.hpp"
#include "ShOperation.hpp"
Include dependency graph for CcEmit.cpp:
Go to the source code of this file.
Namespaces | |
namespace | ShCc |
Defines | |
#define | SH_CC_DEBUG_PRINT(x) |
Typedefs | |
typedef std::map< SH::ShOperation, CcOpCodeVecs > | CcOpCodeMap |
Variables | |
const CcOpCode | opCodeTable [] |
This is a table-driven approach patterned on ArbEmit.cpp in the GL backend.
Definition in file CcEmit.cpp.