GPUOcelot
|
#include <ILInstruction.h>
Public Member Functions | |
ILIfLogicalNZ () | |
Instruction * | clone (bool copy=true) const |
Return a pointer to a new Instruction. | |
std::string | toString () const |
Parsable IL strings. | |
Public Attributes | |
ILOperand | a |
The first source operand. |
ir::ILIfLogicalNZ::ILIfLogicalNZ | ( | ) |
Instruction * ir::ILIfLogicalNZ::clone | ( | bool | copy = true | ) | const [virtual] |
Return a pointer to a new Instruction.
Implements ir::ILInstruction.
std::string ir::ILIfLogicalNZ::toString | ( | ) | const [virtual] |
Parsable IL strings.
Reimplemented from ir::ILInstruction.
The first source operand.