CGRA-ME
Variables
Operands Namespace Reference

Variables

static constexpr auto & UNTAGGED = ""
 
static constexpr auto & PREDICATE = "pred"
 
static constexpr auto & BINARY_LHS = "LHS"
 
static constexpr auto & BINARY_RHS = "RHS"
 
static constexpr auto & BINARY_ANY = "any2input"
 
static constexpr auto & TERNARY_ANY = "any3input"
 
static constexpr auto & MEM_ADDR = "addr"
 
static constexpr auto & MEM_DATA = "data"
 
static constexpr auto & BR_TRUE = "branch_true"
 
static constexpr auto & BR_FALSE = "branch_false"
 

Detailed Description

Standard operand names. Any string is allowed, but the MRRG must support it

Variable Documentation

◆ BINARY_ANY

constexpr auto& Operands::BINARY_ANY = "any2input"
staticconstexpr

Definition at line 91 of file OpGraph.h.

◆ BINARY_LHS

constexpr auto& Operands::BINARY_LHS = "LHS"
staticconstexpr

Definition at line 89 of file OpGraph.h.

◆ BINARY_RHS

constexpr auto& Operands::BINARY_RHS = "RHS"
staticconstexpr

Definition at line 90 of file OpGraph.h.

◆ BR_FALSE

constexpr auto& Operands::BR_FALSE = "branch_false"
staticconstexpr

Definition at line 96 of file OpGraph.h.

◆ BR_TRUE

constexpr auto& Operands::BR_TRUE = "branch_true"
staticconstexpr

Definition at line 95 of file OpGraph.h.

◆ MEM_ADDR

constexpr auto& Operands::MEM_ADDR = "addr"
staticconstexpr

Definition at line 93 of file OpGraph.h.

◆ MEM_DATA

constexpr auto& Operands::MEM_DATA = "data"
staticconstexpr

Definition at line 94 of file OpGraph.h.

◆ PREDICATE

constexpr auto& Operands::PREDICATE = "pred"
staticconstexpr

Definition at line 88 of file OpGraph.h.

◆ TERNARY_ANY

constexpr auto& Operands::TERNARY_ANY = "any3input"
staticconstexpr

Definition at line 92 of file OpGraph.h.

◆ UNTAGGED

constexpr auto& Operands::UNTAGGED = ""
staticconstexpr

Definition at line 87 of file OpGraph.h.