|
contur2
|
This is the complete list of members for contur::ALU, including all inherited members.
| add(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| ALU()=default | contur::ALU | |
| ALU(const ALU &)=default | contur::ALU | |
| ALU(ALU &&) noexcept=default | contur::ALU | |
| bitwiseAnd(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| bitwiseOr(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| bitwiseXor(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| compare(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| div(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| mul(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| operator=(const ALU &)=default | contur::ALU | |
| operator=(ALU &&) noexcept=default | contur::ALU | |
| shiftLeft(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| shiftRight(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| SIGN_FLAG | contur::ALU | static |
| sub(RegisterValue a, RegisterValue b) const noexcept | contur::ALU | |
| ZERO_FLAG | contur::ALU | static |
| ~ALU()=default | contur::ALU |