mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix comments for new types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1fcc4b2ba8
commit
9e1e81ccbe
@ -39,12 +39,12 @@ def v1i64 : ValueType<64 , 16>; // 1 x i64 vector value
|
||||
|
||||
def v16i8 : ValueType<128, 17>; // 16 x i8 vector value
|
||||
def v8i16 : ValueType<128, 18>; // 8 x i16 vector value
|
||||
def v3i32 : ValueType<96 , 19>; // 3 x f32 vector value
|
||||
def v3i32 : ValueType<96 , 19>; // 3 x i32 vector value
|
||||
def v4i32 : ValueType<128, 20>; // 4 x i32 vector value
|
||||
def v2i64 : ValueType<128, 21>; // 2 x i64 vector value
|
||||
|
||||
def v2f32 : ValueType<64, 22>; // 2 x f32 vector value
|
||||
def v3f32 : ValueType<96 , 23>; // 3 x f64 vector value
|
||||
def v3f32 : ValueType<96 , 23>; // 3 x f32 vector value
|
||||
def v4f32 : ValueType<128, 24>; // 4 x f32 vector value
|
||||
def v2f64 : ValueType<128, 25>; // 2 x f64 vector value
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user