search for: zmm4

Displaying 4 results from an estimated 4 matches for "zmm4".

Did you mean: xmm4
2014 Jun 25
2
[LLVMdev] problem with X86's AVX assembler?
Hi, I am trying to assemble below instruction with latest LLVM code, but fail. Am I doing something wrong, or is this a bug? $ echo "vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae}"|./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 -mcpu=knl -show-encoding -x86-asm-syntax=intel .text <stdin>:1:31: error: unknown token in expression vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae} ^ <stdin>:1:31: error: unknown token in e...
2014 Jun 26
2
[LLVMdev] problem with X86's AVX assembler?
...5, 2014, at 8:14 AM, Jun Koi <junkoi2004 at gmail.com> wrote: > > > Hi, > > > > I am trying to assemble below instruction with latest LLVM code, but > fail. Am I doing something wrong, or is this a bug? > > > > > > $ echo "vaddps zmm7 {k6}, zmm2, zmm4, > {rd-sae}"|./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 -mcpu=knl > -show-encoding -x86-asm-syntax=intel > > .text > > <stdin>:1:31: error: unknown token in expression > > vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae} > >...
2014 Jun 26
2
[LLVMdev] problem with X86's AVX assembler?
...;junkoi2004 at gmail.com> wrote: >> >> > Hi, >> > >> > I am trying to assemble below instruction with latest LLVM code, but >> fail. Am I doing something wrong, or is this a bug? >> > >> > >> > $ echo "vaddps zmm7 {k6}, zmm2, zmm4, >> {rd-sae}"|./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 -mcpu=knl >> -show-encoding -x86-asm-syntax=intel >> > .text >> > <stdin>:1:31: error: unknown token in expression >> > vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae} >> >...
2017 Jul 01
2
KNL Assembly Code for Matrix Multiplication
...>>>>> vmovdqa64 zmm23, zmmword ptr [rip + .LCPI0_1] # zmm23 = >>>>> [0,1,2,3,4,5,6,7] >>>>> vpbroadcastq zmm2, qword ptr [rip + .LCPI0_2] >>>>> vpbroadcastq zmm3, rsi >>>>> add rsi, 3856000 >>>>> vpbroadcastq zmm4, qword ptr [rip + .LCPI0_3] >>>>> vpbroadcastq zmm5, qword ptr [rip + .LCPI0_4] >>>>> vpbroadcastq zmm6, qword ptr [rip + .LCPI0_5] >>>>> kxnorw k1, k0, k0 >>>>> kshiftrw k1, k1, 8 >>>>> vpbroadcastq zmm7, qword ptr [rip + ....