HomeSort by relevance Sort by last modified time
    Searched full:xor (Results 201 - 225 of 4027) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/swiftshader/third_party/LLVM/test/CodeGen/MSP430/
Inst8mi.ll 40 define void @xor() nounwind {
41 ; CHECK: xor:
42 ; CHECK: xor.b #2, &foo
44 %2 = xor i8 %1, 2
Inst8ri.ll 32 define i8 @xor(i8 %a, i8 %b) nounwind {
33 ; CHECK: xor:
34 ; CHECK: xor.b #1, r15
35 %1 = xor i8 %a, 1
Inst16mr.ll 43 %1 = xor i16 %m, -1
50 define void @xor(i16 %a) nounwind {
51 ; CHECK: xor:
52 ; CHECK: xor.w r15, &foo
54 %2 = xor i16 %a, %1
Inst16rm.ll 34 %2 = xor i16 %1, -1
39 define i16 @xor(i16 %a) nounwind {
40 ; CHECK: xor:
41 ; CHECK: xor.w &foo, r15
43 %2 = xor i16 %a, %1
Inst16rr.ll 35 %1 = xor i16 %b, -1
40 define i16 @xor(i16 %a, i16 %b) nounwind {
41 ; CHECK: xor:
42 ; CHECK: xor.w r14, r15
43 %1 = xor i16 %a, %b
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
thumb2-orn2.ll 6 %tmp1 = xor i32 4294967295, 187
15 %tmp1 = xor i32 4294967295, 11141290
24 %tmp1 = xor i32 4294967295, 3422604288
33 %tmp1 = xor i32 4294967295, 1114112
  /external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
fneg.ll 1 ; RUN: llc < %s -march=xcore | grep "xor" | count 1
  /external/swiftshader/third_party/LLVM/test/ExecutionEngine/
test-logical.ll 6 %C = xor i8 %B, %A ; <i8> [#uses=0]
9 %C.upgrd.3 = xor i16 %B.upgrd.2, %A.upgrd.1 ; <i16> [#uses=0]
12 %C.upgrd.6 = xor i32 %B.upgrd.5, %A.upgrd.4 ; <i32> [#uses=0]
15 %C.upgrd.9 = xor i64 %B.upgrd.8, %A.upgrd.7 ; <i64> [#uses=0]
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
and-not-or.ll 6 %n = xor i32 %y, -1
14 %n = xor i32 %y, -1
22 %n = xor i32 %y, -1
30 %n = xor i32 %y, -1
not-fcmp.ll 7 %toBoolnot5 = xor i1 %tmp3, true ; <i1> [#uses=1]
and-or-not.ll 1 ; RUN: opt < %s -instcombine -S | grep xor | count 4
12 %tmp3not = xor i32 %tmp3, -1 ; <i32> [#uses=1]
15 %tmp7not = xor i32 %tmp7, -1 ; <i32> [#uses=1]
23 %tmp6not = xor i32 %tmp6, -1 ; <i32> [#uses=1]
31 %tmp3not = xor <4 x i32> %tmp3, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
34 %tmp7not = xor <4 x i32> %tmp7, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
42 %tmp6not = xor <4 x i32> %tmp6, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 21 __u32 val; /*XOR */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 19 __u32 val; /*XOR */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
nop.d 15 2c: 8254e026 xor r18, r20, r24
  /external/llvm/test/CodeGen/Thumb2/
thumb2-eor.ll 6 %tmp = xor i32 %a, %b
13 %tmp = xor i32 %b, %a
20 %tmp = xor i32 %b, %c
28 %tmp1 = xor i32 %a, %tmp
36 %tmp1 = xor i32 %tmp, %a
44 %tmp1 = xor i32 %a, %tmp
54 %tmp1 = xor i32 %tmp, %a
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
mvn.ll 10 %tmpnot = xor i32 %a, -1 ; <i32> [#uses=1]
17 %tmp1not = xor i32 %tmp1, -1 ; <i32> [#uses=1]
25 %tmp3not = xor i32 %tmp3, -1 ; <i32> [#uses=1]
32 %tmp1not = xor i32 %tmp1, -1 ; <i32> [#uses=1]
40 %tmp2not = xor i32 %tmp2, -1 ; <i32> [#uses=1]
47 %tmp1not = xor i32 %tmp1, -1 ; <i32> [#uses=1]
55 %tmp3not = xor i32 %tmp3, -1 ; <i32> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
and-or-not.ll 9 %tmp3not = xor i32 %tmp3, -1 ; <i32> [#uses=1]
12 %tmp7not = xor i32 %tmp7, -1 ; <i32> [#uses=1]
16 ; CHECK-NEXT: [[TMP7NOT:%.*]] = xor i32 %b, %a
23 %tmp6not = xor i32 %tmp6, -1 ; <i32> [#uses=1]
28 ; CHECK-NEXT: [[TMP7:%.*]] = xor i32 %b, %a
34 %tmp3not = xor <4 x i32> %tmp3, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
37 %tmp7not = xor <4 x i32> %tmp7, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
41 ; CHECK-NEXT: [[TMP7NOT:%.*]] = xor <4 x i32> %a, %b
48 %tmp6not = xor <4 x i32> %tmp6, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#uses=1]
53 ; CHECK-NEXT: [[TMP7:%.*]] = xor <4 x i32> %a, %
    [all...]
apint-or.ll 6 %NotA = xor i23 -1, %A
17 %C1 = xor i39 274877906943, -1 ;; C2 = 274877906943
32 %NotA = xor i43 %A, -1
33 %NotB = xor i43 %B, -1
38 ; CHECK-NEXT: %C1 = xor i43 %C1.demorgan, -1
45 %NotA = xor i1023 -1, %A
56 %C1 = xor i399 274877906943, -1 ;; C2 = 274877906943
71 %NotA = xor i129 %A, -1
72 %NotB = xor i129 %B, -1
77 ; CHECK-NEXT: %C1 = xor i129 %C1.demorgan, -
    [all...]
2010-11-01-lshr-mask.ll 14 %tmp3163 = xor i8 %tmp3162, -17
16 %tmp4115 = xor i8 %tmp4114, %tmp3163
17 %tmp4120 = xor i8 %tmp3161, %tmp4115
36 %tmp8 = xor i8 %tmp, %tmp3
44 %tmp12 = xor i8 %tmp11, %tmp9
apint-and1.ll 14 %NotA = xor i47 %A, -1
15 %NotB = xor i47 %B, -1
39 %C = xor i7 %B, 12
47 %t0 = xor i7 %A, -1
49 %r = xor i7 %t1, -1
  /external/llvm/test/CodeGen/MSP430/
Inst16rm.ll 34 %2 = xor i16 %1, -1
39 define i16 @xor(i16 %a) nounwind {
40 ; CHECK-LABEL: xor:
41 ; CHECK: xor.w &foo, r15
43 %2 = xor i16 %a, %1
Inst16rr.ll 35 %1 = xor i16 %b, -1
40 define i16 @xor(i16 %a, i16 %b) nounwind {
41 ; CHECK-LABEL: xor:
42 ; CHECK: xor.w r14, r15
43 %1 = xor i16 %a, %b
Inst8rm.ll 34 %2 = xor i8 %1, -1
39 define i8 @xor(i8 %a) nounwind {
40 ; CHECK-LABEL: xor:
41 ; CHECK: xor.b &foo, r15
43 %2 = xor i8 %a, %1
Inst8rr.ll 35 %1 = xor i8 %b, -1
40 define i8 @xor(i8 %a, i8 %b) nounwind {
41 ; CHECK-LABEL: xor:
42 ; CHECK: xor.w r14, r15
43 %1 = xor i8 %a, %b
  /external/llvm/test/CodeGen/PowerPC/
vec_veqv_vnand_vorc.ll 6 %tmp = xor <4 x i32> %x, %y
7 %ret_val = xor <4 x i32> %tmp, < i32 -1, i32 -1, i32 -1, i32 -1>
15 %ret_val = xor <4 x i32> %tmp, <i32 -1, i32 -1, i32 -1, i32 -1>
22 %tmp1 = xor <4 x i32> %y, <i32 -1, i32 -1, i32 -1, i32 -1>
25 %tmp3 = xor <4 x i32> %tmp2, <i32 -1, i32 -1, i32 -1, i32 -1>

Completed in 1133 milliseconds

1 2 3 4 5 6 7 891011>>