| Index: src/IceInstX8664.def
|
| diff --git a/src/IceInstX8664.def b/src/IceInstX8664.def
|
| index b3f452f438036d2acd1ae25e0b49011eaa6eab6e..b3cdb40cfe0eb471753048471181797eb032a092 100644
|
| --- a/src/IceInstX8664.def
|
| +++ b/src/IceInstX8664.def
|
| @@ -292,22 +292,22 @@
|
| //#define X(val, emit)
|
|
|
| #define ICETYPEX8664_TABLE \
|
| - /* tag , element type, cvt , sdss, pack, width, fld */ \
|
| - X(IceType_void, IceType_void, "?", "", "", "", "") \
|
| - X(IceType_i1, IceType_void, "si", "", "", "b", "") \
|
| - X(IceType_i8, IceType_void, "si", "", "", "b", "") \
|
| - X(IceType_i16, IceType_void, "si", "", "", "w", "") \
|
| - X(IceType_i32, IceType_void, "si", "", "", "l", "") \
|
| - X(IceType_i64, IceType_void, "si", "", "", "q", "") \
|
| - X(IceType_f32, IceType_void, "ss", "ss", "d", "", "s") \
|
| - X(IceType_f64, IceType_void, "sd", "sd", "q", "", "l") \
|
| - X(IceType_v4i1, IceType_i32, "?", "", "d", "", "") \
|
| - X(IceType_v8i1, IceType_i16, "?", "", "w", "", "") \
|
| - X(IceType_v16i1, IceType_i8, "?", "", "b", "", "") \
|
| - X(IceType_v16i8, IceType_i8, "?", "", "b", "", "") \
|
| - X(IceType_v8i16, IceType_i16, "?", "", "w", "", "") \
|
| - X(IceType_v4i32, IceType_i32, "dq", "", "d", "", "") \
|
| - X(IceType_v4f32, IceType_f32, "ps", "", "d", "", "")
|
| + /* tag, element type, cvt , sdss, pack, width, fld */ \
|
| + X(void, void, "?", "", "", "", "") \
|
| + X(i1, void, "si", "", "", "b", "") \
|
| + X(i8, void, "si", "", "", "b", "") \
|
| + X(i16, void, "si", "", "", "w", "") \
|
| + X(i32, void, "si", "", "", "l", "") \
|
| + X(i64, void, "si", "", "", "q", "") \
|
| + X(f32, void, "ss", "ss", "d", "", "s") \
|
| + X(f64, void, "sd", "sd", "q", "", "l") \
|
| + X(v4i1, i32, "?", "", "d", "", "") \
|
| + X(v8i1, i16, "?", "", "w", "", "") \
|
| + X(v16i1, i8, "?", "", "b", "", "") \
|
| + X(v16i8, i8, "?", "", "b", "", "") \
|
| + X(v8i16, i16, "?", "", "w", "", "") \
|
| + X(v4i32, i32, "dq", "", "d", "", "") \
|
| + X(v4f32, f32, "ps", "", "d", "", "")
|
| //#define X(tag, elementty, cvt, sdss, pack, width, fld)
|
|
|
| #endif // SUBZERO_SRC_ICEINSTX8664_DEF
|
|
|