Home
last modified time | relevance | path

Searched refs:xor (Results 126 – 150 of 683) sorted by relevance

12345678910>>...28

/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dcompare-signs.ll9 ; %2 = xor i1 %1, %0 ; <i1> [#uses=1]
27 ; CHECK: [[XOR1:%.*]] = xor i32 %a, %b
29 ; CHECK: [[XOR2:%.*]] = xor i32 [[SHIFT]], 1
45 ; CHECK: xor i32 %a, %b
47 ; CHECK: xor i32 %1, 1
H A Dsub-xor.ll10 ; CHECK-NEXT: xor i32 %and, 63
23 ; CHECK-NEXT: xor i32 %count, 31
29 %sub = xor i32 31, %and
40 %sub = xor i32 %x, 2147483648
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2012-08-07-CmpISelBug.ll17 %tmp57 = xor i32 %tmp56, 1601159181
18 %tmp58 = xor i32 %arg5, 1601159181
22 %tmp103 = xor i32 %tmp56, 13
30 %tmp143 = xor i8 %tmp142, 81
H A Dxor-icmp.ll23 %4 = xor i1 %1, %3
45 ; X32-NOT: xor
53 ; X64-NOT: xor
58 %2 = xor i1 %1, %0 ; <i1> [#uses=1]
H A Dcode_placement.ll37 %15 = xor i32 %11, %6 ; <i32> [#uses=1]
38 %16 = xor i32 %15, %14 ; <i32> [#uses=3]
51 %28 = xor i32 %24, %20 ; <i32> [#uses=1]
52 %29 = xor i32 %28, %27 ; <i32> [#uses=4]
70 %42 = xor i32 %40, %33 ; <i32> [#uses=1]
71 %43 = xor i32 %42, %41 ; <i32> [#uses=1]
84 %55 = xor i32 %51, %47 ; <i32> [#uses=1]
85 %56 = xor i32 %55, %54 ; <i32> [#uses=1]
103 %67 = xor i32 %65, %66 ; <i32> [#uses=2]
119 %82 = xor i32 %78, %81 ; <i32> [#uses=2]
/minix/external/bsd/llvm/dist/llvm/test/MC/ELF/
H A Drelax-arith.s60 .section xor
61 xor $foo, %bx
63 xor $foo, %ebx
65 xor $foo, %rbx
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A Ddag-combine-crash.ll13 %tmp63 = xor i64 1050774804270620004, %tmp62
14 %tmp65 = xor i64 %tmp62, 234539545521392771
16 %tmp71 = xor i64 %tmp67, 6781485823212740913
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/MSP430/
H A DInst8mm.ll46 define void @xor() nounwind {
47 ; CHECK-LABEL: xor:
48 ; CHECK: xor.b &bar, &foo
51 %3 = xor i8 %2, %1
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-regress-interphase-shift.ll19 %xor406 = xor i64 %or405, 0
20 %xor417 = xor i64 0, %xor406
21 %xor428 = xor i64 0, %xor417
29 %xor439 = xor i64 %or438, %xor428
H A Dfast-isel-logic-op.ll249 %1 = xor i1 %a, %b
257 %1 = xor i8 %a, %b
265 %1 = xor i16 %a, %b
272 %1 = xor i32 %a, %b
279 %1 = xor i64 %a, %b
287 %1 = xor i8 %a, 15
318 %2 = xor i8 %a, %1
327 %2 = xor i16 %a, %1
335 %2 = xor i32 %a, %1
343 %2 = xor i64 %a, %1
[all …]
/minix/external/bsd/llvm/dist/llvm/test/Transforms/ConstProp/
H A D2002-05-03-NotOperator.ll5 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
11 %R = xor i32 123, -1 ; <i32> [#uses=1]
16 %R = xor i32 -123, -1 ; <i32> [#uses=1]
H A Dlogicaltest.ll4 ; CHECK-NOT: {{and|or|xor}}
27 %R = xor i32 4, 1234 ; <i32> [#uses=1]
32 %R = xor i1 true, false ; <i1> [#uses=1]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dvbits.ll110 %tmp3 = xor <1 x i64> %tmp2, < i64 -1 >
160 %tmp3 = xor <8 x i8> %tmp1, %tmp2
169 %tmp3 = xor <4 x i16> %tmp1, %tmp2
178 %tmp3 = xor <2 x i32> %tmp1, %tmp2
187 %tmp3 = xor <1 x i64> %tmp1, %tmp2
196 %tmp3 = xor <16 x i8> %tmp1, %tmp2
205 %tmp3 = xor <8 x i16> %tmp1, %tmp2
214 %tmp3 = xor <4 x i32> %tmp1, %tmp2
223 %tmp3 = xor <2 x i64> %tmp1, %tmp2
255 %tmp2 = xor <1 x i64> %tmp1, < i64 -1 >
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dx86-mont.pl59 &xor ("eax","eax");
81 &xor ("edx","esp");
83 &xor ("edx",2048);
127 &xor ($i,$i); # i=0
128 &xor ($j,$j); # j=0
293 &xor ("edx","edx");
315 &xor ($j,$j);
351 &xor ($j,$j);
386 &xor ("eax","eax");
399 &xor ($j,$j);
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/
H A Datomicrmw-xor-03.ll15 %res = atomicrmw xor i32 *%src, i32 %b seq_cst
29 %res = atomicrmw xor i32 *%src, i32 1 seq_cst
38 %res = atomicrmw xor i32 *%src, i32 3000000000 seq_cst
47 %res = atomicrmw xor i32 *%src, i32 -1 seq_cst
/minix/crypto/external/bsd/openssl/dist/crypto/rc5/asm/
H A Drc5-586.pl55 &xor($A, $B);
61 &xor($B, $A);
86 &xor($B, $A);
92 &xor($A, $B);
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Reassociate/
H A Dfast-ReassociateVector.ll65 ; CHECK-NEXT: %tmp1 = xor <2 x i32> %x, %y
66 ; CHECK-NEXT: %tmp2 = xor <2 x i32> %x, %y
67 ; CHECK-NEXT: %tmp3 = xor <2 x i32> %tmp1, %tmp2
69 %tmp1 = xor <2 x i32> %x, %y
70 %tmp2 = xor <2 x i32> %y, %x
71 %tmp3 = xor <2 x i32> %tmp1, %tmp2
/minix/common/lib/libc/arch/x86_64/string/
H A Dstrchr.S108 11: xor %eax,%eax /* char not found */
114 xor %rcx,%rcx
121 xor %rdx,%rsi /* invert of search pattern (~c) */
152 xor %eax,%eax
/minix/crypto/external/bsd/openssl/dist/crypto/md5/asm/
H A Dmd5-586.pl53 &xor($tmp1,$d); # F function - part 2
58 &xor($tmp1,$d); # F function - part 4
79 &xor($tmp1,$b); # G function - part 2
83 &xor($tmp1,$c); # G function - part 4
105 &xor($tmp1,$d); # H function - part 2
107 &xor($tmp1,$b); # H function - part 3
126 &xor($tmp1,$d); # H function - part 2
128 &xor($tmp1,$b); # H function - part 3
148 &xor($tmp1,$d) if $pos < 0; # I function - part 2
153 &xor($tmp1,$c); # I function - part 4
[all …]
/minix/sys/arch/i386/stand/lib/
H A Dpvcopy.S55 xor %eax,%eax
80 xor %eax,%eax
106 xor %eax,%eax
/minix/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dmips64-alu-instructions.s30 # CHECK: xor $3, $3, $5 # encoding: [0x26,0x18,0x65,0x00]
58 xor $3, $3, $5
59 xor $9, $6, 17767
129 # CHECK: xor $9, $9, $3 # encoding: [0x26,0x48,0x23,0x01]
140 xor $9, $3
H A Dmips-alu-instructions.s32 # CHECK: xor $3, $3, $5 # encoding: [0x26,0x18,0x65,0x00]
63 xor $3, $3, $5
64 xor $9, $6, 17767
137 # CHECK: xor $9, $9, $10 # encoding: [0x26,0x48,0x2a,0x01]
149 xor $9, $10
/minix/minix/lib/libc/arch/i386/sys/
H A Ducontext.S27 xor %eax, %eax
55 xor %eax, %eax /* Return 0 */
83 xor %eax, %eax
115 xor %eax, %eax /* Return 0 */
/minix/common/lib/libc/arch/aarch64/atomic/
H A Datomic_xor_64.S34 ATOMIC_OP64(xor, eor)
40 ATOMIC_OP64_NV(xor, eor)
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SCCP/
H A Dapint-bigint.ll1 ; RUN: opt < %s -sccp -S | not grep xor
6 %D = xor i11129 %B, %C

12345678910>>...28