P4C
The P4 Compiler
|
#include <action_constraint_solver.h>
Public Member Functions | |
ContainerSet (ContainerID dest, ContainerID src) | |
cstring | name () const override |
cstring | to_cstring () const override |
Public Member Functions inherited from solver::Instruction |
Public Attributes | |
ContainerID | dest |
ContainerID | src |
ContainerSet is a simple container set op that writes all aligned bits in dest by src. It is the only instruction to set dark or mocha container. dest = src.
|
inlineoverridevirtual |
Implements solver::Instruction.
|
overridevirtual |
Implements solver::Instruction.