Store
On this Page
Store¶
ST_TNSR¶
Represents ST_TNSR built-in.
The default values of vector ST_TNSR 64 built-ins for C++ versions are as follows:
switches = 0
income = {}
predicate = 1
polarity = 0.
Intrinsics Prototype and Arguments
void v_u64_st_tnsr(int5 ndx, const signed char tensor, ull32 value, int switches, bool predicate, bool polarity) |
void v_i64_st_tnsr(int5 ndx, const signed char tensor, ll32 value, int switches, bool predicate, bool polarity) |
ndx |
Tensor coordinates (SRC1). |
tensor |
Tensor number. |
value |
Value to write (SRC3). |
switches |
Instruction switches. |
predicate |
Predicate value for the built-in. |
polarity |
True if the polarity of the predicate is inverted. |