mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
New type v2f32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf57e1f456
commit
f338dd881f
@ -46,8 +46,9 @@ def v16i8 : ValueType<128, 17>; // 16 x i8 vector value
|
||||
def v8i16 : ValueType<128, 18>; // 8 x i16 vector value
|
||||
def v4i32 : ValueType<128, 19>; // 4 x i32 vector value
|
||||
def v2i64 : ValueType<128, 20>; // 2 x i64 vector value
|
||||
def v4f32 : ValueType<128, 21>; // 4 x f32 vector value
|
||||
def v2f64 : ValueType<128, 22>; // 2 x f64 vector value
|
||||
def v2f32 : ValueType<64, 21>; // 2 x f32 vector value
|
||||
def v4f32 : ValueType<128, 22>; // 4 x f32 vector value
|
||||
def v2f64 : ValueType<128, 23>; // 2 x f64 vector value
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Register file description - These classes are used to fill in the target
|
||||
|
Loading…
x
Reference in New Issue
Block a user