Lines Matching full:xor
1 ; Test the three-operand forms of XOR.10 %xor = xor i32 %b, %c11 ret i32 %xor19 %xor = xor i32 %a, %b20 ret i32 %xor28 %xor = xor i64 %b, %c29 ret i64 %xor37 %xor = xor i64 %a, %b38 ret i64 %xor