Wire Sysio Wire Sysion 1.0.0
|
#include <assert.h>
Go to the source code of this file.
Enumerations | |
enum | AVXtype { T_N1 = 1 , T_N2 = 2 , T_N4 = 3 , T_N8 = 4 , T_N16 = 5 , T_N32 = 6 , T_NX_MASK = 7 , T_N_VL = 1 << 3 , T_DUP = 1 << 4 , T_66 = 1 << 5 , T_F3 = 1 << 6 , T_F2 = 1 << 7 , T_0F = 1 << 8 , T_0F38 = 1 << 9 , T_0F3A = 1 << 10 , T_L0 = 1 << 11 , T_L1 = 1 << 12 , T_W0 = 1 << 13 , T_W1 = 1 << 14 , T_EW0 = 1 << 15 , T_EW1 = 1 << 16 , T_YMM = 1 << 17 , T_EVEX = 1 << 18 , T_ER_X = 1 << 19 , T_ER_Y = 1 << 20 , T_ER_Z = 1 << 21 , T_SAE_X = 1 << 22 , T_SAE_Y = 1 << 23 , T_SAE_Z = 1 << 24 , T_MUST_EVEX = 1 << 25 , T_B32 = 1 << 26 , T_B64 = 1 << 27 , T_M_K = 1 << 28 , T_XXX } |
Functions | |
std::string | type2String (int type) |
Variables | |
const int | NONE = 256 |
enum AVXtype |
Definition at line 3 of file avx_type.hpp.
std::string type2String | ( | int | type | ) |
Definition at line 44 of file avx_type.hpp.
const int NONE = 256 |
Definition at line 42 of file avx_type.hpp.