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

12 3 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips/
op_xor_int.S 1 %include "mips/binop.S" {"instr":"xor a0, a0, a1"}
op_xor_int_2addr.S 1 %include "mips/binop2addr.S" {"instr":"xor a0, a0, a1"}
op_xor_int_lit16.S 1 %include "mips/binopLit16.S" {"instr":"xor a0, a0, a1"}
op_xor_int_lit8.S 1 %include "mips/binopLit8.S" {"instr":"xor a0, a0, a1"}
  /art/runtime/interpreter/mterp/mips64/
op_xor_int.S 1 %include "mips64/binop.S" {"instr":"xor a0, a0, a1"}
op_xor_int_2addr.S 1 %include "mips64/binop2addr.S" {"instr":"xor a0, a0, a1"}
op_xor_int_lit16.S 1 %include "mips64/binopLit16.S" {"instr":"xor a0, a0, a1"}
op_xor_int_lit8.S 1 %include "mips64/binopLit8.S" {"instr":"xor a0, a0, a1"}
op_xor_long.S 1 %include "mips64/binopWide.S" {"instr":"xor a0, a0, a1"}
op_xor_long_2addr.S 1 %include "mips64/binopWide2addr.S" {"instr":"xor a0, a0, a1"}
  /external/valgrind/memcheck/tests/amd64/
xor-undef-amd64.vgtest 1 prog: xor-undef-amd64
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
xor.d 9 0: fd 74 d0 80 xor #-128, r0
10 4: fd 74 df 80 xor #-128, r15
11 8: fd 74 d0 7f xor #127, r0
12 c: fd 74 df 7f xor #127, r15
13 10: fd 78 d0 00 80 xor #0xffff8000, r0
14 15: fd 78 df 00 80 xor #0xffff8000, r15
15 1a: fd 7c d0 00 80 00 xor #0x8000, r0
16 20: fd 7c df 00 80 00 xor #0x8000, r15
17 26: fd 7c d0 00 00 80 xor #0xff800000, r0
18 2c: fd 7c df 00 00 80 xor #0xff800000, r1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
xor.d 9 0: 00 84 00 78 78008400 xor r0,r1,r2
10 4: 00 b8 4d 7b 7b4db800 xor gp,fp,sp
11 8: 00 3e af 7b 7baf3e00 xor ilink1,ilink2,blink
12 c: 00 f8 1d 7f 7f1df800 xor r56,r59,lp_count
13 10: 00 fe 00 78 7800fe00 xor r0,r1,0
14 14: 00 84 1f 78 781f8400 xor r0,0,r2
15 18: 00 84 e0 7f 7fe08400 xor 0,r1,r2
16 1c: ff ff 00 78 7800ffff xor r0,r1,-1
17 20: ff 85 1f 78 781f85ff xor r0,-1,r2
18 24: 00 84 e0 7f 7fe08400 xor 0,r1,r
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t09_xor.s 7 xor.b #0x12:8,r1h ;d112
8 xor.b #0x12:8,@er1 ;7d10d012
9 xor.b #0x12:8,@(0x3:2,er1) ;01776818d012
10 xor.b #0x12:8,@er1+ ;01746c18d012
11 xor.b #0x12:8,@-er1 ;01776c18d012
12 xor.b #0x12:8,@+er1 ;01756c18d012
13 xor.b #0x12:8,@er1- ;01766c18d012
14 xor.b #0x12:8,@(0x1234:16,er1) ;01746e181234d012
15 xor.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678d012
16 xor.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234d012
    [all...]
logical.s 9 xor #16,r0l
10 xor r0l,r1l
  /external/boringssl/win-x86_64/crypto/fipsmodule/
sha256-x86_64.asm 65 xor edi,ecx
73 xor r13d,r8d
75 xor r15d,r10d
78 xor r14d,eax
83 xor r15d,r10d
86 xor r13d,r8d
91 xor r14d,eax
93 xor r15d,ebx
101 xor r11d,edi
114 xor r13d,ed
    [all...]
sha512-x86_64.asm 65 xor rdi,rcx
73 xor r13,r8
75 xor r15,r10
78 xor r14,rax
83 xor r15,r10
86 xor r13,r8
91 xor r14,rax
93 xor r15,rbx
101 xor r11,rdi
114 xor r13,rd
    [all...]
sha1-x86_64.asm 67 xor eax,r11d
72 xor eax,r12d
80 xor eax,edi
85 xor eax,r11d
93 xor eax,esi
98 xor eax,edi
106 xor eax,r13d
111 xor eax,esi
119 xor eax,r12d
124 xor eax,r13
    [all...]
  /external/llvm/test/Transforms/InstCombine/
prevent-cmp-merge.ll 4 ; xor/sub instruction followed by cmp instruction into a single cmp instruction
5 ; if there is more than one use of xor/sub.
9 ; CHECK-NEXT: %xor = xor i32 %lhs, 5
10 ; CHECK-NEXT: %cmp1 = icmp eq i32 %xor, 10
12 %xor = xor i32 %lhs, 5
13 %cmp1 = icmp eq i32 %xor, 10
14 %cmp2 = icmp eq i32 %xor, %rhs
21 ; CHECK-NEXT: %xor = xor i32 %lhs, %rh
    [all...]
or-xor.ll 5 %not = xor i32 %or, -1
9 ; CHECK-NEXT: %y.not = xor i32 %y, -1
16 %not = xor i32 %or, -1
20 ; CHECK-NEXT: %x.not = xor i32 %x, -1
26 %xor = xor i32 %x, %y
27 %not = xor i32 %xor, -1
31 ; CHECK-NEXT: %y.not = xor i32 %y, -1
37 %xor = xor i32 %x, %
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
xor-07.ll 1 ; Test the three-operand forms of XOR.
10 %xor = xor i32 %b, %c
11 ret i32 %xor
19 %xor = xor i32 %a, %b
20 ret i32 %xor
28 %xor = xor i64 %b, %c
29 ret i64 %xor
    [all...]
xor-02.ll 10 %xor = xor i32 %a, 1
11 ret i32 %xor
19 %xor = xor i32 %a, 2147483647
20 ret i32 %xor
29 %xor = xor i32 %a, -2147483648
30 ret i32 %xor
38 %xor = xor i32 %a, 429496729
    [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
sha1-586.asm 114 xor esi,edx
119 xor esi,edx
126 xor edi,ecx
131 xor edi,ecx
138 xor edx,ebx
143 xor edx,ebx
150 xor ecx,eax
155 xor ecx,eax
162 xor ebx,esi
167 xor ebx,es
    [all...]
md5-586.asm 42 xor edi,edx
45 xor edi,edx
52 xor edi,ecx
55 xor edi,ecx
62 xor edi,ebx
65 xor edi,ebx
72 xor edi,eax
75 xor edi,eax
82 xor edi,edx
85 xor edi,ed
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10200/
logical.s 10 xor d1,d2
11 xor 32767,d3

Completed in 299 milliseconds

12 3 4 5 6 7 8 91011>>