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

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
arith.d 64 [ ]+[0-9a-f]+:[ ]+af[ ]+xor a
65 [ ]+[0-9a-f]+:[ ]+a8[ ]+xor b
66 [ ]+[0-9a-f]+:[ ]+a9[ ]+xor c
67 [ ]+[0-9a-f]+:[ ]+aa[ ]+xor d
68 [ ]+[0-9a-f]+:[ ]+ab[ ]+xor e
69 [ ]+[0-9a-f]+:[ ]+ac[ ]+xor h
70 [ ]+[0-9a-f]+:[ ]+ad[ ]+xor l
71 [ ]+[0-9a-f]+:[ ]+ae[ ]+xor \(hl\)
72 [ ]+[0-9a-f]+:[ ]+dd ae 05[ ]+xor \(ix\+5\)
73 [ ]+[0-9a-f]+:[ ]+fd ae 05[ ]+xor \(iy\+5\
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
set64.d 36 50: 86 18 ff ff xor %g3, -1, %g3
40 60: 86 18 fc 00 xor %g3, -1024, %g3
45 74: 88 19 3c 00 xor %g4, -1024, %g4
47 7c: 88 19 3f ff xor %g4, -1, %g4
61 b4: 8a 19 7c 00 xor %g5, -1024, %g5
63 bc: 8a 19 7c 00 xor %g5, -1024, %g5
108 160: 86 18 fc 00 xor %g3, -1024, %g3
reloc64.d 65 94: 82 18 7e 10 xor %g1, -496, %g1
69 a0: 82 18 60 00 xor %g1, 0, %g1
74 ac: 82 18 60 00 xor %g1, 0, %g1
  /external/boringssl/src/crypto/fipsmodule/md5/asm/
md5-x86_64.pl 25 xor $y, %r11d /* y ^ ... */
28 xor $z, %r11d /* z ^ ... */
77 xor $z, %r11d /* z ^ ... */
78 xor $x, %r11d /* x ^ ... */
96 $code .= " xor %edx, %r11d /* (NEXT STEP) not z' = not %edx*/\n"
101 xor $y, %r11d /* y ^ ... */
106 xor $y, %r11d /* (NEXT STEP) not z' = not $y */
327 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 313 public static void xor(byte[] x, byte[] y) method in class:GCMUtil
326 public static void xor(byte[] x, byte[] y, int yOff, int yLen) method in class:GCMUtil
334 public static void xor(byte[] x, byte[] y, byte[] z) method in class:GCMUtil
347 public static void xor(int[] x, int[] y) method in class:GCMUtil
355 public static void xor(int[] x, int[] y, int[] z) method in class:GCMUtil
363 public static void xor(long[] x, long[] y) method in class:GCMUtil
369 public static void xor(long[] x, long[] y, long[] z) method in class:GCMUtil
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips-branch-relax.d 255 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
264 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
271 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
282 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
289 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
297 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
305 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
316 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
323 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a1
334 [ 0-9a-f]+: 00a4 1b10 xor v1,a0,a
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-strrchr-atom.S 126 xor %ebx, %ebx
175 xor %ebx, %ebx
253 xor %eax, %eax
603 xor %eax, %eax
624 xor %eax, %eax
637 xor %eax, %eax
653 xor %eax, %eax
666 xor %eax, %eax
673 xor %eax, %eax
680 xor %eax, %ea
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 16 long xor b32 $r2 $r2 0x1f
53 set $p3 0x1 lt s32 $r1 0x0 xor $p2
58 long xor b32 $r2 $r2 0x1f
98 set $p1 0x1 $p1 xor not $p2
105 set $p1 0x1 $p1 xor not $p2
121 set $p1 0x1 $p1 xor not $p2
136 set $p1 0x1 $p1 xor not $p2
148 set $p1 0x1 $p1 xor not $p2
159 set $p1 0x1 $p1 xor not $p2
170 set $p1 0x1 $p1 xor not $p
    [all...]
  /external/proguard/src/proguard/evaluation/value/
LongValue.java 191 * Returns the logical <i>xor</i> of this LongValue and the given
194 public LongValue xor(LongValue other) method in class:LongValue
196 return other.xor(this);
345 * Returns the logical <i>xor</i> of this LongValue and the given
348 public LongValue xor(SpecificLongValue other) method in class:LongValue
501 * Returns the logical <i>xor</i> of this LongValue and the given
504 public LongValue xor(ParticularLongValue other) method in class:LongValue
506 return xor((SpecificLongValue)other);
ParticularLongValue.java 149 public LongValue xor(LongValue other) method in class:ParticularLongValue
151 return other.xor(this);
237 public LongValue xor(ParticularLongValue other) method in class:ParticularLongValue
SpecificLongValue.java 129 public LongValue xor(LongValue other) method in class:SpecificLongValue
131 return other.xor(this);
225 public LongValue xor(SpecificLongValue other) method in class:SpecificLongValue
229 new CompositeLongValue(other, CompositeLongValue.XOR, this);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-opts-intel.d 139 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
140 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
141 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
142 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,dx
143 [ ]*[a-f0-9]+: 31 d1 xor ecx,edx
144 [ ]*[a-f0-9]+: 33 ca xor.s ecx,edx
145 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
146 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
147 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
148 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,d
    [all...]
x86-64-sse2avx-opts-intel.d 140 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
141 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
142 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
143 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,dx
144 [ ]*[a-f0-9]+: 31 d1 xor ecx,edx
145 [ ]*[a-f0-9]+: 33 ca xor.s ecx,edx
146 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
147 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
148 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
149 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,d
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
opts.s 104 xor %dl,%cl
105 xor.s %dl,%cl
106 xor %dx,%cx
107 xor.s %dx,%cx
108 xor %edx,%ecx
109 xor.s %edx,%ecx
226 xor cl,dl
227 xor.s cl,dl
228 xor cx,dx
229 xor.s cx,d
    [all...]
x86-64-opts-intel.d 139 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
140 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
141 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
142 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,dx
143 [ ]*[a-f0-9]+: 31 d1 xor ecx,edx
144 [ ]*[a-f0-9]+: 33 ca xor.s ecx,edx
145 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
146 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
147 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
148 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,d
    [all...]
x86-64-sse2avx-opts-intel.d 140 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
141 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
142 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
143 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,dx
144 [ ]*[a-f0-9]+: 31 d1 xor ecx,edx
145 [ ]*[a-f0-9]+: 33 ca xor.s ecx,edx
146 [ ]*[a-f0-9]+: 30 d1 xor cl,dl
147 [ ]*[a-f0-9]+: 32 ca xor.s cl,dl
148 [ ]*[a-f0-9]+: 66 31 d1 xor cx,dx
149 [ ]*[a-f0-9]+: 66 33 ca xor.s cx,d
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ip2k/
allinsn.d 71 60: 7f 00 xor W,#\$00
72 62: 7f 19 xor W,#\$19
73 64: 7f 0c xor W,#\$0c
74 66: 7f 7b xor W,#\$7b
75 68: 7f 01 xor W,#\$01
76 6a: 7f 14 xor W,#\$14
77 6c: 7f 7a xor W,#\$7a
78 6e: 7f 0f xor W,#\$0f
571 380: 1a 01 xor \$01,W
572 382: 1a 0b xor STATUS,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
allinsn.s 54 .global xor
55 xor: label
56 xor R0,R0,R0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
RdRand.asm 40 xor eax, eax ; reg=0 if CF=0
60 xor eax, eax ; reg=0 if CF=0
90 xor eax, eax
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
RdRand.asm 37 xor rax, rax ; reg=0 if CF=0
56 xor rax, rax ; reg=0 if CF=0
75 xor rax, rax ; reg=0 if CF=0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiZeroMemRep1.asm 34 xor rax, rax
  /external/boringssl/win-x86/crypto/fipsmodule/
x86-mont.asm 26 xor eax,eax
40 xor edx,ebp
42 xor edx,2048
82 xor edx,edx
83 xor ecx,ecx
130 xor ecx,ecx
194 xor ecx,ecx
204 xor edx,edx
224 xor ecx,ecx
256 xor ecx,ec
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
tlan.h 438 /* given 6 bytes, view them as 8 6-bit numbers and return the XOR of those */
456 static inline u32 xor(u32 a, u32 b) function
461 #define XOR8( a, b, c, d, e, f, g, h ) xor( a, xor( b, xor( c, xor( d, xor( e, xor( f, xor( g, h ) ) ) ) ) ) )
  /external/valgrind/exp-bbv/tests/amd64-linux/
clone_test.S 12 xor %rax,%rax
66 xor %rdi,%rdi # we return 0
  /external/valgrind/exp-bbv/tests/x86-linux/
clone_test.S 12 xor %eax,%eax
66 xor %ebx,%ebx # we return 0

Completed in 1183 milliseconds

1 2 3 4 5 6 7 891011>>