|
GTPin
|
Immediate operand of the GEN instruction. More...
#include <gt_ins_fields.h>
Public Member Functions | |
| constexpr | GtImm () |
| Default constructor. | |
| constexpr | GtImm (uint64_t value, GtDataType dataType=GED_DATA_TYPE_ud) |
| Construct immediate operand with the specified type and value. | |
| constexpr bool | IsValid () const |
| Return true for a valid immediate operand. | |
| constexpr GtDataType | DataType () const |
| Return type of the operand. | |
| constexpr uint64_t | Value () const |
| Return Value of the immediate operand. | |
| constexpr | operator uint64_t () const |
Immediate operand of the GEN instruction.
| constexpr gtpin::GtImm::GtImm | ( | uint64_t | value, |
| GtDataType | dataType = GED_DATA_TYPE_ud |
||
| ) | [inline] |
Construct immediate operand with the specified type and value.
| constexpr gtpin::GtImm::operator uint64_t | ( | ) | const [inline] |
Return Value of the immediate operand.
| constexpr uint64_t gtpin::GtImm::Value | ( | ) | const [inline] |
Return Value of the immediate operand.
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4