![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| RandomGen (Table *t, const VECTOR(value_t) &v) | |
| unsigned | bitoffset (int group) const override |
| int | bits (int group, int dest_size=-1) override |
| RandomGen * | clone () override |
| void | dbprint (std::ostream &out) const override |
| bool | equiv (const Base *a_) const override |
| void | pass2 (int group) override |
Public Member Functions inherited from VLIW::Operand::Base | |
| Base (const Base &a) | |
| Base (int line) | |
| virtual bool | check () |
| virtual Base * | lookup (Base *&ref) |
| virtual void | pass1 (Table *tbl, int group) |
| virtual int | phvGroup () |
| virtual bool | phvRead (std::function< void(const ::Phv::Slice &sl)>) |
Public Attributes | |
| int | hi = -1 |
| int | lo = 0 |
| RandomNumberGen | rng |
| Table * | table |
Public Attributes inherited from VLIW::Operand::Base | |
| int | lineno |
|
inlineoverridevirtual |
Reimplemented from VLIW::Operand::Base.
|
inlineoverridevirtual |
Implements VLIW::Operand::Base.
|
inlineoverridevirtual |
Implements VLIW::Operand::Base.
|
inlineoverridevirtual |
Implements VLIW::Operand::Base.
|
inlineoverridevirtual |
Implements VLIW::Operand::Base.
|
inlineoverridevirtual |
pass2 called as part of pass2 processing of stage
| group | mau PHV group of the ALU (dest) for this instruction |
Reimplemented from VLIW::Operand::Base.