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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
avx-logic.ll 73 %xor.i = xor <4 x i64> %0, %1
74 %2 = bitcast <4 x i64> %xor.i to <4 x double>
89 %xor.i = xor <4 x i64> %0, <i64 4616752568008179712, i64 4614838538166547251, i64 4612361558371493478, i64 4608083138725491507>
90 %1 = bitcast <4 x i64> %xor.i to <4 x double>
104 %xor.i = xor <8 x i32> %0, %1
105 %2 = bitcast <8 x i32> %xor.i to <8 x float>
116 %xor.i = xor <8 x i32> %0, <i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938, i32 1083179 (…)
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
and_ops.ll 74 %A = xor <4 x i32> %arg2, < i32 -1, i32 -1, i32 -1, i32 -1 >
80 %A = xor <4 x i32> %arg1, < i32 -1, i32 -1, i32 -1, i32 -1 >
86 %A = xor <4 x i32> %arg1, < i32 -1, i32 -1, i32 -1, i32 -1 >
92 %A = xor <8 x i16> %arg2, < i16 -1, i16 -1, i16 -1, i16 -1,
99 %A = xor <8 x i16> %arg1, < i16 -1, i16 -1, i16 -1, i16 -1,
106 %A = xor <16 x i8> %arg1, < i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1,
114 %A = xor <16 x i8> %arg2, < i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1,
122 %A = xor <16 x i8> %arg2, < i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1,
130 %A = xor i32 %arg2, -1
136 %A = xor i32 %arg1, -
    [all...]
or_ops.ll 75 %A = xor <4 x i32> %arg2, < i32 -1, i32 -1, i32 -1, i32 -1 >
81 %A = xor <4 x i32> %arg1, < i32 -1, i32 -1, i32 -1, i32 -1 >
87 %A = xor <4 x i32> %arg1, < i32 -1, i32 -1, i32 -1, i32 -1 >
93 %A = xor <8 x i16> %arg2, < i16 -1, i16 -1, i16 -1, i16 -1,
100 %A = xor <8 x i16> %arg1, < i16 -1, i16 -1, i16 -1, i16 -1,
107 %A = xor <16 x i8> %arg1, < i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1,
115 %A = xor <16 x i8> %arg2, < i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1,
123 %A = xor <16 x i8> %arg2, < i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1,
131 %A = xor i32 %arg2, -1
137 %A = xor i32 %arg1, -
    [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
sha512-586.asm     [all...]
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...]
  /art/runtime/interpreter/mterp/x86/
binop.S 9 * xor-int, shl-int, shr-int, ushr-int
binopLit16.S 9 * and-int/lit16, or-int/lit16, xor-int/lit16
binopLit8.S 9 * and-int/lit8, or-int/lit8, xor-int/lit8,
  /art/runtime/interpreter/mterp/x86_64/
binop.S 9 * xor-int, shl-int, shr-int, ushr-int
binopLit16.S 9 * and-int/lit16, or-int/lit16, xor-int/lit16
binopLit8.S 9 * and-int/lit8, or-int/lit8, xor-int/lit8,
  /art/test/474-checker-boolean-input/src/
Main.java 80 * Test that integer Xor is accepted as a Boolean input until
85 /// CHECK-DAG: <<Xor:i\d+>> Xor
86 /// CHECK-DAG: Select [{{i\d+}},{{i\d+}},<<Xor>>]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x32.c 27 xor edx, edx
DivU64x32Remainder.c 28 xor edx, edx
LShiftU64.c 34 xor eax, eax
ModU64x32.c 35 xor edx, edx
RShiftU64.c 34 xor edx, edx
SetJump.c 42 xor eax, eax
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadCs.c 34 xor eax, eax
ReadDs.c 34 xor eax, eax
ReadEs.c 34 xor eax, eax
ReadFs.c 34 xor eax, eax
ReadGs.c 34 xor eax, eax
ReadSs.c 34 xor eax, eax
WriteLdtr.c 34 xor eax, eax

Completed in 636 milliseconds

<<11121314151617181920>>