Home | History | Annotate | Download | only in CellSPU

Lines Matching full:i64

24 target datalayout = "E-p:32:32:128-i1:8:128-i8:8:128-i16:16:128-i32:32:128-i64:32:128-f32:32:128-f64:64:128-v64:64:64-v128:128:128-a0:0:128-s0:128:128"
48 define <2 x i64> @trunc_i128_i64(i128 %u, <2 x i64> %v) {
50 %0 = trunc i128 %u to i64
51 %tmp1 = insertelement <2 x i64> %v, i64 %0, i32 1
52 ret <2 x i64> %tmp1
55 define <16 x i8> @trunc_i64_i8(i64 %u, <16 x i8> %v) {
57 %0 = trunc i64 %u to i8
62 define <8 x i16> @trunc_i64_i16(i64 %u, <8 x i16> %v) {
64 %0 = trunc i64 %u to i16
69 define i32 @trunc_i64_i32(i64 %u) {
71 %0 = trunc i64 %u to i32