Home
last modified time | relevance | path

Searched refs:xmm12 (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/MC/X86/
Dx86_64-avx-encoding.s133 vmaxss %xmm10, %xmm14, %xmm12
137 vmaxsd %xmm10, %xmm14, %xmm12
141 vminss %xmm10, %xmm14, %xmm12
145 vminsd %xmm10, %xmm14, %xmm12
149 vmaxss -4(%rbx,%rcx,8), %xmm12, %xmm10
153 vmaxsd -4(%rbx,%rcx,8), %xmm12, %xmm10
157 vminss -4(%rbx,%rcx,8), %xmm12, %xmm10
161 vminsd -4(%rbx,%rcx,8), %xmm12, %xmm10
165 vmaxps %xmm10, %xmm14, %xmm12
169 vmaxpd %xmm10, %xmm14, %xmm12
[all …]
Dx86_64-fma3-encoding.s5 vfmadd132pd %xmm12, %xmm10, %xmm11
13 vfmadd132ps %xmm12, %xmm10, %xmm11
21 vfmadd213pd %xmm12, %xmm10, %xmm11
29 vfmadd213ps %xmm12, %xmm10, %xmm11
37 vfmadd231pd %xmm12, %xmm10, %xmm11
45 vfmadd231ps %xmm12, %xmm10, %xmm11
101 vfmadd132pd %xmm12, %xmm10, %xmm11
109 vfmadd132ps %xmm12, %xmm10, %xmm11
117 vfmadd213pd %xmm12, %xmm10, %xmm11
125 vfmadd213ps %xmm12, %xmm10, %xmm11
[all …]
Dx86_64-avx-clmul-encoding.s5 vpclmulhqhqdq %xmm12, %xmm10, %xmm11
13 vpclmulhqlqdq %xmm12, %xmm10, %xmm11
21 vpclmullqhqdq %xmm12, %xmm10, %xmm11
29 vpclmullqlqdq %xmm12, %xmm10, %xmm11
37 vpclmulqdq $17, %xmm12, %xmm10, %xmm11
/external/openssl/crypto/aes/asm/
Dvpaes-x86_64.pl108 movdqa %xmm12, %xmm0 # 0 : sb1t
542 movdqa %xmm12, %xmm0 # 0 : sbot
684 movaps %xmm12,0x70(%rsp)
707 movaps 0x70(%rsp),%xmm12
732 movaps %xmm12,0x70(%rsp)
760 movaps 0x70(%rsp),%xmm12
785 movaps %xmm12,0x70(%rsp)
804 movaps 0x70(%rsp),%xmm12
828 movaps %xmm12,0x70(%rsp)
847 movaps 0x70(%rsp),%xmm12
[all …]
Dbsaes-x86_64.pl942 movdqa %xmm0, %xmm12
954 pand %xmm6, %xmm12
957 pcmpeqb %xmm0, %xmm12
976 movdqa %xmm12, 0x40($out)
1121 movaps %xmm12, 0xa0(%rsp)
1281 movaps 0xa0(%rbp), %xmm12
1322 movaps %xmm12, 0xa0(%rsp)
1483 movaps 0xa0(%rbp), %xmm12
1538 movaps %xmm12, 0xa0(%rsp)
1773 movaps 0xa0(%rbp), %xmm12
[all …]
Daesni-sha1-x86_64.pl153 movaps %xmm12,96+96(%rsp)
614 movaps 96+96(%rsp),%xmm12
671 movaps %xmm12,96+96(%rsp)
1056 movaps 96+96(%rsp),%xmm12
Daesni-x86_64.pl1011 my ($iv0,$iv1,$ivec)=("%xmm12","%xmm13","%xmm14");
1028 movaps %xmm12,0x80(%rsp)
1277 movaps 0x80(%rsp),%xmm12
1315 movaps %xmm12,0xc0(%rsp)
1679 movaps 0xc0(%rsp),%xmm12
1705 movaps %xmm12,0xc0(%rsp)
2105 movaps 0xc0(%rsp),%xmm12
/external/libvpx/vp8/encoder/x86/
Dssim_opt.asm22 paddq xmm12, xmm2 ; sum_sq_r
170 pxor xmm12,xmm12 ;sum_sq_r
196 SUM_ACROSS_Q xmm12
206 movq [rdi], xmm12;
/external/openssl/crypto/
Dx86_64cpuid.pl228 pxor %xmm12,%xmm12
/external/llvm/test/MC/Disassembler/X86/
Dsimple-tests.txt683 # CHECK: vfmadd132ps %xmm11, %xmm12, %xmm10
686 # CHECK: vfmadd132pd %xmm11, %xmm12, %xmm10
695 # CHECK: vfmadd132ps (%rax), %xmm12, %xmm10
698 # CHECK: vfmadd132pd (%rax), %xmm12, %xmm10
707 # CHECK: vfmadd132ss %xmm11, %xmm12, %xmm10
710 # CHECK: vfmadd132sd %xmm11, %xmm12, %xmm10
713 # CHECK: vfmadd132ss (%rax), %xmm12, %xmm10
716 # CHECK: vfmadd132sd (%rax), %xmm12, %xmm10
/external/llvm/test/TableGen/
Dcast.td53 def XMM12: Register<"xmm12">;
DSlice.td53 def XMM12: Register<"xmm12">;
DTargetInstrSpec.td54 def XMM12: Register<"xmm12">;
DMultiPat.td62 def XMM12: Register<"xmm12">;
/external/llvm/lib/Target/X86/
DX86RegisterInfo.td183 def XMM12: Register<"xmm12">, DwarfRegNum<[29, -2, -2]>;
/external/v8/src/x64/
Dassembler-x64.h277 const XMMRegister xmm12 = { 12 }; variable
/external/elfutils/tests/
Drun-allregs.sh132 29: %xmm12 (xmm12), unsigned 128 bits