/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
longlong-deadload.ll | 10 %tmp2 = xor i64 %tmp1, 1 ; <i64> [#uses=1]
|
xor-icmp.ll | 23 %4 = xor i1 %1, %3 45 ; X32-NOT: xor 53 ; X64-NOT: xor 58 %2 = xor i1 %1, %0 ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
testlogical.ll | 6 %t1 = xor i32 %i0, %j0 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
2008-07-10-CastSextBool.ll | 1 ; RUN: opt < %s -instcombine -S | grep {%C = xor i1 %A, true}
|
/external/valgrind/memcheck/tests/x86/ |
Makefile.am | 30 xor-undef-x86.stderr.exp xor-undef-x86.stdout.exp \ 31 xor-undef-x86.vgtest 46 xor-undef-x86
|
/external/valgrind/none/tests/s390x/ |
xor_EI.c | 2 #include "xor.h"
|
/external/wpa_supplicant_8/src/crypto/ |
aes-ccm.c | 54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ 58 /* X_3 = E(K, X_2 XOR B_2) */ 70 /* X_i+1 = E(K, X_i XOR B_i) */ 76 /* XOR zero-padded last block */ 98 /* crypt = msg XOR (S_1 | S_2 | ... | S_n) */ 110 /* XOR zero-padded last block */ 123 /* U = T XOR S_0; S_0 = E(K, A_0) */ 138 /* U = T XOR S_0; S_0 = E(K, A_0) */ 198 /* plaintext = msg XOR (S_1 | S_2 | ... | S_n) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/ |
gw.h | 38 CGW_MOD_XOR, /* CAN frame modification binary XOR */ 40 CGW_CS_XOR, /* set data[] XOR checksum into data[index] */ 55 #define CGW_MOD_FUNCS 4 /* AND OR XOR SET */ 125 * Set a simple XOR checksum starting with an initial value into 128 * The XOR checksum is calculated like this: 130 * xor = init_xor_val 133 * xor ^= can_frame.data[i] 135 * can_frame.data[ result_idx ] = xor 140 * Finally the result value is XOR'ed with the final_xor_val.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
lock-1.s | 32 lock xor %eax, (%ebx) 33 lock xor $0x64, (%ebx) 63 lock xor DWORD PTR [ebx],eax 64 lock xor DWORD PTR [ebx],0x64
|
x86-64-lock-1.s | 33 lock xor %eax, (%rbx) 34 lock xor $0x64, (%rbx) 65 lock xor DWORD PTR [rbx],eax 66 lock xor DWORD PTR [rbx],0x64
|
x86-64-opts.s | 136 xor %dl,%cl 137 xor.s %dl,%cl 138 xor %dx,%cx 139 xor.s %dx,%cx 140 xor %edx,%ecx 141 xor.s %edx,%ecx 148 xor %rdx,%rcx 149 xor.s %rdx,%rcx 278 xor cl,dl 279 xor.s cl,d [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/ |
nop.s | 34 xor r18, r20, r24
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
gotop32.d | 12 4: a2 1c 60 00 xor %l1, 0, %l1
|
gotop64.d | 12 4: a2 1c 60 00 xor %l1, 0, %l1
|
/external/llvm/test/CodeGen/X86/ |
ragreedy-last-chance-recoloring.ll | 60 %tmp226 = xor i32 %tmp225, %tmp224 65 %tmp231 = xor i32 %tmp230, 1059356227 84 %tmp250 = xor i8 %tmp235, 17 85 %tmp251 = xor i8 %tmp250, %tmp238 86 %tmp252 = xor i8 %tmp251, %tmp240 87 %tmp253 = xor i8 %tmp252, %tmp249 88 %tmp254 = xor i8 %tmp253, %tmp248 98 %tmp264 = xor i32 %tmp263, 0 103 %tmp269 = xor i32 %tmp268, 623994670 114 %tmp282 = xor i8 %tmp257, 1 [all...] |
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256block_ppc64le.s | 57 // SIGMA0(x) = ROTR(7,x) XOR ROTR(18,x) XOR SHR(3,x) 58 // SIGMA1(x) = ROTR(17,x) XOR ROTR(19,x) XOR SHR(10,x) 67 XOR R9, R7; \ 69 XOR R10, R7; \ 76 XOR R9, R8; \ 77 XOR R10, R8; \ 84 // BIGSIGMA1(x) = ROTR(6,x) XOR ROTR(11,x) XOR ROTR(25,x [all...] |
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512block_ppc64le.s | 62 // SIGMA0(x) = ROTR(1,x) XOR ROTR(8,x) XOR SHR(7,x) 63 // SIGMA1(x) = ROTR(19,x) XOR ROTR(61,x) XOR SHR(6,x) 72 XOR R16, R14; \ 74 XOR R17, R14; \ 81 XOR R16, R15; \ 82 XOR R17, R15; \ 91 // BIGSIGMA1(x) = ROTR(14,x) XOR ROTR(18,x) XOR ROTR(41,x [all...] |
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256block_ppc64le.s | 57 // SIGMA0(x) = ROTR(7,x) XOR ROTR(18,x) XOR SHR(3,x) 58 // SIGMA1(x) = ROTR(17,x) XOR ROTR(19,x) XOR SHR(10,x) 67 XOR R9, R7; \ 69 XOR R10, R7; \ 76 XOR R9, R8; \ 77 XOR R10, R8; \ 84 // BIGSIGMA1(x) = ROTR(6,x) XOR ROTR(11,x) XOR ROTR(25,x [all...] |
/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512block_ppc64le.s | 62 // SIGMA0(x) = ROTR(1,x) XOR ROTR(8,x) XOR SHR(7,x) 63 // SIGMA1(x) = ROTR(19,x) XOR ROTR(61,x) XOR SHR(6,x) 72 XOR R16, R14; \ 74 XOR R17, R14; \ 81 XOR R16, R15; \ 82 XOR R17, R15; \ 91 // BIGSIGMA1(x) = ROTR(14,x) XOR ROTR(18,x) XOR ROTR(41,x [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
bitwise.d | 43 84: 00 00 22 f0 xor %r0,%r1,%sp 44 88: 00 18 85 f0 xor %fp,%r4,%r5 45 8c: 00 30 e8 f0 xor %r6,%r7,%r8 46 90: 00 48 4b f1 xor %r9,%r10,%r11 47 94: 00 60 ae f1 xor %r12,%r13,%r14 48 98: 00 78 11 f2 xor %r15,%r16,%r17 49 9c: 00 90 74 f2 xor %r18,%r19,%r20 50 a0: 00 a8 d7 f2 xor %r21,%r22,%r23 51 a4: 00 c0 3a f3 xor %r24,%r25,%r26 52 a8: 00 d8 9d f3 xor %r27,%r28,%r2 [all...] |
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
rdrand-x86_64.asm | 22 xor rax,rax 67 xor rax,rax
|
/external/clang/test/Preprocessor/ |
cxx_oper_keyword.cpp | 19 //expected-error@+2 {{C++ operator 'xor' (aka '^') used as a macro name}} 21 #if defined xor
|
/external/llvm/test/Analysis/ScalarEvolution/ |
and-xor.ll | 10 %y = xor i32 %n, 255 25 %z = xor i64 %t, 8
|
/external/llvm/test/CodeGen/Mips/ |
2010-11-09-CountLeading.ll | 22 %neg = xor i32 %X, -1 30 %neg = xor i32 %X, -1
|
/external/llvm/test/CodeGen/SystemZ/ |
vec-and-02.ll | 10 %not = xor <16 x i8> %val2, <i8 -1, i8 -1, i8 -1, i8 -1, 23 %not = xor <16 x i8> %val1, <i8 -1, i8 -1, i8 -1, i8 -1, 36 %not = xor <8 x i16> %val2, <i16 -1, i16 -1, i16 -1, i16 -1, 47 %not = xor <8 x i16> %val1, <i16 -1, i16 -1, i16 -1, i16 -1, 58 %not = xor <4 x i32> %val2, <i32 -1, i32 -1, i32 -1, i32 -1> 68 %not = xor <4 x i32> %val1, <i32 -1, i32 -1, i32 -1, i32 -1> 78 %not = xor <2 x i64> %val2, <i64 -1, i64 -1> 88 %not = xor <2 x i64> %val1, <i64 -1, i64 -1>
|