HomeSort by relevance Sort by last modified time
    Searched full:xmm8 (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-x86_64.s 178 .cfi_undefined xmm8 ; nop
cfi-x86_64.d 172 DW_CFA_undefined: r25 \(xmm8\)
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86_64-avx-encoding.s 3 // CHECK: vaddss %xmm8, %xmm9, %xmm10
5 vaddss %xmm8, %xmm9, %xmm10
7 // CHECK: vmulss %xmm8, %xmm9, %xmm10
9 vmulss %xmm8, %xmm9, %xmm10
11 // CHECK: vsubss %xmm8, %xmm9, %xmm10
13 vsubss %xmm8, %xmm9, %xmm10
15 // CHECK: vdivss %xmm8, %xmm9, %xmm10
17 vdivss %xmm8, %xmm9, %xmm10
19 // CHECK: vaddsd %xmm8, %xmm9, %xmm10
21 vaddsd %xmm8, %xmm9, %xmm1
    [all...]
  /external/llvm/test/CodeGen/X86/
vector-bitreverse.ll     [all...]
haddsub-2.ll 706 ; SSE3-NEXT: movd %edx, %xmm8
724 ; SSE3-NEXT: punpcklwd {{.*#+}} xmm3 = xmm3[0],xmm8[0],xmm3[1],xmm8[1],xmm3[2],xmm8[2],xmm3[3],xmm8[3]
    [all...]
vector-shift-lshr-256.ll 441 ; AVX1-NEXT: vmovdqa {{.*#+}} xmm8 = [15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15]
442 ; AVX1-NEXT: vpand %xmm8, %xmm3, %xmm3
456 ; AVX1-NEXT: vpand %xmm8, %xmm3, %xmm3
693 ; AVX1-NEXT: vmovdqa {{.*#+}} xmm8 = [15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15]
694 ; AVX1-NEXT: vpand %xmm8, %xmm2, %xmm2
709 ; AVX1-NEXT: vpand %xmm8, %xmm2, %xmm2
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
bsaes-x86_64.pl 986 movdqa %xmm0, %xmm8
989 pand %xmm6, %xmm8
992 pcmpeqb %xmm0, %xmm8
1009 pxor %xmm5, %xmm8 # "pnot"
1014 movdqa %xmm8, 0x00($out) # write bit-sliced round key
1175 movaps %xmm8, 0x60(%rsp)
1335 movaps 0x60(%rbp), %xmm8
1376 movaps %xmm8, 0x60(%rsp)
    [all...]
aesni-x86_64.pl 188 # incurred by operations on %xmm8-15. As ECB is not considered
232 $inout6="%xmm8"; $inout7="%xmm9";
235 $in0="%xmm8"; $iv="%xmm9";
609 movaps %xmm8,0x20(%rsp)
941 movaps 0x20(%rsp),%xmm8
981 movaps %xmm8,0x20(%rsp) # $in0
1049 movaps 0x20(%rsp),%xmm8
1071 movaps %xmm8,0x20(%rsp) # $in8
    [all...]
  /external/zlib/src/contrib/amd64/
amd64-match.S 303 movdqu 48(%prev, %rdx), %xmm8
304 pcmpeqb %xmm8, %xmm7
  /toolchain/binutils/binutils-2.27/zlib/contrib/amd64/
amd64-match.S 303 movdqu 48(%prev, %rdx), %xmm8
304 pcmpeqb %xmm8, %xmm7
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 248 UINT8 Xmm8[16];
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_amd64.h 180 uint128_struct xmm8; member in struct:__anon20812::__anon20813::__anon20814
  /external/llvm/test/MC/Disassembler/X86/
avx-512.txt 19 # CHECK-SKX: vpbroadcastmw2d %k2, %xmm8
simple-tests.txt 830 # CHECK: vgatherqps %xmm8, (%r15,%xmm9,2), %xmm10
833 # CHECK: vgatherqps %xmm8, (%r15,%ymm9,2), %xmm10
842 # CHECK: vpgatherqd %xmm8, (%r15,%xmm9,2), %xmm10
845 # CHECK: vpgatherqd %xmm8, (%r15,%ymm9,2), %xmm10
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/cfi/
cfi-x86_64.d 172 DW_CFA_undefined: r25 \(xmm8\)
  /external/valgrind/none/tests/amd64/
redundantRexW.c 117 "\tmovupd 128(%%r14), %%xmm8\n" \
135 "\tmovupd %%xmm8, 128(%%r14)\n" \
146 "xmm8", "xmm9", "xmm10", "xmm11", "xmm12", "xmm13", "xmm14", "xmm15"
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.cpp 105 case X86::XMM8: case X86::XMM9: case X86::XMM10: case X86::XMM11:
372 X86::XMM6, X86::XMM7, X86::XMM8, X86::XMM9,
438 // XMM8, XMM9, ...
439 assert(X86::XMM15 == X86::XMM8+7);
440 for (const unsigned *AI = getOverlaps(X86::XMM8 + n); unsigned Reg = *AI;
X86GenRegisterInfo.inc 155 XMM8 = 136,
384 const unsigned XMM8_Overlaps[] = { X86::XMM8, X86::YMM8, 0 };
400 const unsigned YMM8_Overlaps[] = { X86::YMM8, X86::XMM8, 0 };
483 const unsigned YMM8_SubRegsSet[] = { X86::XMM8, 0 };
    [all...]
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
p256-x86_64-asm.S 534 movdqa %xmm0,%xmm8
540 movdqa %xmm8,%xmm15
541 paddd %xmm0,%xmm8
588 movdqa .LOne(%rip),%xmm8
596 movdqa %xmm8,%xmm0
601 movdqa %xmm8,%xmm15
602 paddd %xmm0,%xmm8
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
p256-x86_64-asm.S 533 movdqa %xmm0,%xmm8
539 movdqa %xmm8,%xmm15
540 paddd %xmm0,%xmm8
587 movdqa L$One(%rip),%xmm8
595 movdqa %xmm8,%xmm0
600 movdqa %xmm8,%xmm15
601 paddd %xmm0,%xmm8
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-x86_64.pl 551 movaps %xmm8,-8-3*16(%rax)
681 movaps -8-3*16(%rax),%xmm8
777 movaps %xmm8,16*$SZ+64(%rsp)
1075 movaps 16*$SZ+64(%rsp),%xmm8
1121 movaps %xmm8,16*$SZ+64(%rsp)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 213 UINT8 Xmm8[16];
  /external/boringssl/win-x86_64/crypto/fipsmodule/
sha256-x86_64.asm 1801 movaps XMMWORD[(64+64)+rsp],xmm8
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.cc 74 "$xmm8","$xmm9","$xmm10","$xmm11","$xmm12","$xmm13","$xmm14","$xmm15",
  /external/valgrind/docs/internals/
register-uses.txt 55 xmm8-15 n y (8-12)

Completed in 1112 milliseconds

1 2 3 4 5 67 8 91011