Displaying 4 results from an estimated 4 matches for "zmm7".
Did you mean:
zmm0
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: u...
2014 Jun 26
2
[LLVMdev] problem with X86's AVX assembler?
...gt;
> On Jun 25, 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?
...4 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}...
2017 Jul 01
2
KNL Assembly Code for Matrix Multiplication
...t;> 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 + .LCPI0_6]
>>>>> .p2align 4, 0x90
>>>>> .LBB0_1: # %.preheader26
>>>>> # =>This Loop Header: Depth=1
>>>>> #...