flat assembler
Message board for the users of flat assembler.

Index > Main > flat assembler 1.73.19-20

Author
Thread Post new topic Reply to topic
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 28 Nov 2019, 12:08
This version adds several new instruction set extensions: AVX512_BITALG, AVX512_VPOPCNTDQ, AVX512_VBMI2, AVX512_VNNI, AVX512_4VNNIW, CET_SS and CET_IBT.

One thing of note is that AVX512_4VNNIW instructions introduce a new syntax variant that looks like:
Code:
vp4dpwssd zmm1,zmm2+3,xword[rbx]    
This refers to the fact that the first source operand of this instruction is in fact a block of 4 registers. It is an aligned block (starting with a register that has a number divisible by 4) that contains the specified register. I have made this to not be very strict, the register you specify does not need to be the first register of the block (that is: it does not need to have a number divisible by 4) - so the three other registers may end up being selected on either side of the specified one. The "+3" syntax is also completely optional, you can just use a single register name as the first source operand for the same result.
Post 28 Nov 2019, 12:08
View user's profile Send private message Visit poster's website Reply with quote
Helle



Joined: 24 Feb 2007
Posts: 23
Location: Germany
Helle 29 Nov 2019, 08:11
Please check CMPXCHG and XADD (doesn´t work).
Thanks!
Post 29 Nov 2019, 08:11
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 29 Nov 2019, 09:37
Oh, thank you. I was so focused on testing the new instructions that I forgot to check these two, while I introduced a small "thinko" there. Quickly corrected by 1.73.20.
Post 29 Nov 2019, 09:37
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.