Class Int8Imm

Inheritance Relationships

Base Type

  • public IntegerImm

Class Documentation

class Int8Imm : public IntegerImm

IntegerImm defines interface for integer data.

Int8Imm defines interface for int8 data.

Public Functions

inline Int8Imm()

The default constructor for Int8Imm.

inline explicit Int8Imm(int8_t v)

The constructor for Int8Imm.

Parameters

v[in] The value of Int8Imm.

~Int8Imm() override = default

The destructor of Int8Imm.