#include <TaggedValue.h>
Definition at line 74 of file TaggedValue.h.
◆ Result() [1/9]
Runtime::Result::Result |
( |
I32 | inI32 | ) |
|
|
inline |
◆ Result() [2/9]
Runtime::Result::Result |
( |
I64 | inI64 | ) |
|
|
inline |
◆ Result() [3/9]
Runtime::Result::Result |
( |
U32 | inU32 | ) |
|
|
inline |
◆ Result() [4/9]
Runtime::Result::Result |
( |
U64 | inU64 | ) |
|
|
inline |
◆ Result() [5/9]
Runtime::Result::Result |
( |
F32 | inF32 | ) |
|
|
inline |
◆ Result() [6/9]
Runtime::Result::Result |
( |
F64 | inF64 | ) |
|
|
inline |
◆ Result() [7/9]
◆ Result() [8/9]
Runtime::Result::Result |
( |
const Value & | inValue | ) |
|
|
inline |
Definition at line 88 of file TaggedValue.h.
ResultType asResultType(ValueType type)
◆ Result() [9/9]
Runtime::Result::Result |
( |
| ) |
|
|
delete |
◆ asString
std::string asString |
( |
const Result & | result | ) |
|
|
friend |
Definition at line 91 of file TaggedValue.h.
92 {
93 switch(result.type)
94 {
100 #if ENABLE_SIMD_PROTOTYPE
101 case IR::ResultType::v128: return "v128(" + std::to_string(result.v128.u64[0]) + "," + std::to_string(result.v128.u64[1]) + ")";
102 #endif
104 }
105 }
std::string asString(Float f)
◆ type
The documentation for this struct was generated from the following file: