Lines Matching full:xor
10 %not = xor <16 x i8> %val3, <i8 -1, i8 -1, i8 -1, i8 -1,
20 ; ...and again with the XOR applied to the other operand of the AND.
25 %not = xor <16 x i8> %val3, <i8 -1, i8 -1, i8 -1, i8 -1,
40 %not = xor <8 x i16> %val3, <i16 -1, i16 -1, i16 -1, i16 -1,
48 ; ...and again with the XOR applied to the other operand of the AND.
53 %not = xor <8 x i16> %val3, <i16 -1, i16 -1, i16 -1, i16 -1,
66 %not = xor <4 x i32> %val3, <i32 -1, i32 -1, i32 -1, i32 -1>
73 ; ...and again with the XOR applied to the other operand of the AND.
78 %not = xor <4 x i32> %val3, <i32 -1, i32 -1, i32 -1, i32 -1>
90 %not = xor <2 x i64> %val3, <i64 -1, i64 -1>
97 ; ...and again with the XOR applied to the other operand of the AND.
102 %not = xor <2 x i64> %val3, <i64 -1, i64 -1>