HomeSort by relevance Sort by last modified time
    Searched refs:xor (Results 176 - 200 of 278) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/aes/asm/
vpaes-x86_64.pl 187 xor \$0x30, %r11
310 xor \$0x30, %r8
584 ## xor with 0x63
589 ## xor with 0x63
716 xor %eax,%eax
751 xor \$32,%r8d # nbits==192?0:32
769 xor %eax,%eax
1129 xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
aesni-x86.pl 611 &xor ($key_,$key_);
690 &xor ($key_,$key_);
805 &xor ($key_,$key_);
    [all...]
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 69 xor %eax, %eax
214 xor %ebp, %ebp
ssse3-memcpy5.S 218 xor %edi, %edi
486 xor %edi, %edi
590 xor %edi, %edi
694 xor %edi, %edi
800 xor %edi, %edi
906 xor %edi, %edi
1012 xor %edi, %edi
1118 xor %edi, %edi
1222 xor %edi, %edi
1327 xor %edi, %ed
    [all...]
  /external/checkpolicy/
policy_scan.l 160 xor |
161 XOR { return(XOR); }
257 "^" { return (XOR); }
  /external/openssl/crypto/perlasm/
x86asm.pl 63 sub ::xorb { &xor(@_); }
  /external/openssl/crypto/bn/asm/
ppc.pl 283 xor r0,r0,r0 # set r0 = 0. Used in the addze
424 xor r0,r0,r0 #set r0 = 0.Used in addze
843 xor r0,r0,r0 #r0=0. Used in addze below.
996 xor r0,r0,r0 #r0=0. Used in addze below.
    [all...]
modexp512-x86_64.pl 436 xor %rax, %rax
544 xor %rsi, %rsi
992 xor $tmp, $tmp
1158 xor %rax, %rax
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 593 xor dx,dx
601 xor edx, edx
    [all...]
  /bionic/libc/arch-mips/string/
memcpy.S 74 xor t1,t0,AT
87 xor t8,a1,a0
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 114 xor rdx, rdx
273 xor rax,rax
  /external/llvm/test/MC/X86/
intel-syntax.s 4 xor EAX, EAX
  /external/valgrind/main/none/tests/mips32/
MIPS32int.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-int.stdout.exp 524 xor 00000000, 00000000 => 00000000 (00000000 00000000)
525 xor 00000000, 000f423f => 000f423f (00000000 00000000)
526 xor 00000000, ffffffff => ffffffff (00000000 00000000)
527 xor 000f423f, 00000000 => 000f423f (00000000 00000000)
528 xor 000f423f, 000f423f => 00000000 (00000000 00000000)
529 xor 000f423f, ffffffff => fff0bdc0 (00000000 00000000)
530 xor ffffffff, 00000000 => ffffffff (00000000 00000000)
531 xor ffffffff, 000f423f => fff0bdc0 (00000000 00000000)
532 xor ffffffff, ffffffff => 00000000 (00000000 00000000)
    [all...]
  /external/quake/quake/src/QW/client/
d_polysa.asm 587 xor eax,eax
604 xor eax,eax
621 xor eax,eax
638 xor eax,eax
655 xor eax,eax
672 xor eax,eax
689 xor eax,eax
706 xor eax,eax
743 xor eax,eax
math.asm 293 xor eax,eax
479 xor ecx,ecx
483 xor ah,1
  /external/qemu-pc-bios/vgabios/
vgabios.c 124 xor ax, ax
559 xor cx,cx
561 xor al,al
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 804 boolean mutualExclusiveArgs = xor(mPlanName != null, mPackageNames.size() > 0,
829 private boolean xor(boolean... args) { method in class:CtsTest
  /external/grub/netboot/
tlan.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 255 xor rdx, rdx
  /external/llvm/utils/vim/
llvm.vim 35 syn keyword llvmStatement urem va_arg xchg xor zext
  /external/openssl/crypto/
sparccpuid.S 225 xor %o0,%o0,%o0
231 xor %o1,%o1,%o1
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 290 xor edi,edi
434 xor rax, [rdi + rdx]
438 xor rax, [rdi + rdx + 8]
443 xor rax, [rdi + rdx + 8+8]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 679 * @param value value to be xor'ed with {@code this}
682 public BigInteger xor(BigInteger value) { method in class:BigInteger
685 return Logical.xor(this, value);
    [all...]
  /external/compiler-rt/lib/
atomic.c 313 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, xor, ^)

Completed in 1085 milliseconds

1 2 3 4 5 6 78 91011>>