HomeSort by relevance Sort by last modified time
    Searched full:xorps (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/valgrind/main/memcheck/tests/x86/
xor-undef-x86.stdout.exp 10 Complain sse xorps
12 No complain sse xorps
xor-undef-x86.c 66 printf("\nComplain sse xorps\n");
70 "xorps %%xmm7, %%xmm0\n\t"
80 printf("\nNo complain sse xorps\n");
84 "xorps %%xmm0, %%xmm0\n\t"
  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stdout.exp 10 Complain sse xorps
12 No complain sse xorps
xor-undef-amd64.c 64 printf("\nComplain sse xorps\n");
68 "xorps %%xmm8, %%xmm0\n\t"
76 printf("\nNo complain sse xorps\n");
80 "xorps %%xmm0, %%xmm0\n\t"
  /external/llvm/test/CodeGen/X86/
vec_return.ll 3 ; Without any typed operations, always use the smaller xorps.
5 ; CHECK: xorps
fsxor-alignment.ll 2 ; RUN: grep -v sp | grep xorps | count 2
4 ; Don't fold the incoming stack arguments into the xorps instructions used
zero-remat.ll 20 ;CHECK-64: xorps
22 ;CHECK-64: xorps
37 ;CHECK-64: xorps
39 ;CHECK-64: xorps
vec_zero.ll 4 ; CHECK: xorps
21 ; Without any type hints from operations, we fall back to the smaller xorps.
24 ; CHECK: xorps
fold-pcmpeqd-1.ll 13 ; CHECK: xorps %xmm0, %xmm0
neg_fp.ll 2 ; RUN: grep xorps %t | count 1
peep-vector-extract-insert.ll 1 ; RUN: llc < %s -march=x86-64 | grep "xorps %xmm0, %xmm0" | count 2
sext-setcc-self.ll 32 ; CHECK: xorps %xmm0, %xmm0
41 ; CHECK: xorps %xmm0, %xmm0
50 ; CHECK: xorps %xmm0, %xmm0
bc-extract.ll 14 ; CHECK: xorps %xmm0, %xmm0
uint_to_fp-2.ll 21 ; CHECK: xorps [[ZERO:%xmm[0-9]+]]
vec_clear.ll 4 ; RUN: grep xorps %t
asm-reg-type-mismatch.ll 19 ; CHECK: xorps
20 ; CHECK: xorps
2012-11-28-merge-store-alias.ll 5 ; CHECK-NEXT: xorps %xmm0, %xmm0
34 ; CHECK-NOT: xorps %xmm0, %xmm0
vec_zero_cse.ll 1 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep xorps | count 1
  /external/llvm/test/MC/Disassembler/X86/
marked-up.txt 5 # CHECK: xorps <reg:%xmm1>, <reg:%xmm2>
  /external/openssl/crypto/aes/asm/
aesni-x86_64.S 11 xorps %xmm0,%xmm2
32 xorps %xmm0,%xmm2
50 xorps %xmm0,%xmm2
51 xorps %xmm0,%xmm3
52 xorps %xmm0,%xmm4
83 xorps %xmm0,%xmm2
84 xorps %xmm0,%xmm3
85 xorps %xmm0,%xmm4
116 xorps %xmm0,%xmm2
117 xorps %xmm0,%xmm
    [all...]
aesni-x86.S 16 xorps %xmm0,%xmm2
40 xorps %xmm0,%xmm2
58 xorps %xmm0,%xmm2
89 xorps %xmm0,%xmm2
120 xorps %xmm0,%xmm2
156 xorps %xmm0,%xmm2
192 xorps %xmm0,%xmm2
249 xorps %xmm0,%xmm2
374 xorps %xmm7,%xmm7
387 xorps %xmm0,%xmm
    [all...]
aesni-x86.pl 103 &xorps ($ivec,$rndkey0) if (defined($ivec));
105 &xorps ($inout,$ivec) if (defined($ivec));
106 &xorps ($inout,$rndkey0) if (!defined($ivec));
122 &xorps ($inout,$rndkey0);
216 &xorps ($inout0,$rndkey0);
255 &xorps ($inout0,$rndkey0);
297 &xorps ($inout0,$rndkey0);
434 &xorps ($inout5,$inout5);
452 &xorps ($inout2,$inout2);
535 &xorps ($inout5,$inout5)
    [all...]
aesni-x86_64.pl 219 xorps $rndkey0,$ivec
221 xorps $ivec,$inout
225 xorps $rndkey0,$inout
293 xorps $rndkey0,$inout0
294 xorps $rndkey0,$inout1
295 xorps $rndkey0,$inout2
337 xorps $rndkey0,$inout0
338 xorps $rndkey0,$inout1
339 xorps $rndkey0,$inout2
340 xorps $rndkey0,$inout
    [all...]
  /external/chromium/base/
cpu_unittest.cc 27 __asm xorps xmm0, xmm0;
62 __asm__ __volatile__("xorps %%xmm0, %%xmm0\n" : : : "xmm0");
  /external/valgrind/main/VEX/test/
fxsave.c 63 asm __volatile__("xorps %xmm2, %xmm2");
69 asm __volatile__("xorps %xmm0, %xmm7");

Completed in 253 milliseconds

1 2 3 4