[PATCH][AVX-512] Added AVX-512 support to disassembler.

Bader, Aleksey A aleksey.a.bader at intel.com
Mon Dec 23 06:52:45 PST 2013


Ping.
New patch without white space changes at end of lines + reduced size of context table.
Please, review.

Thanks,
Alexey

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Bader, Aleksey A
Sent: Wednesday, December 18, 2013 11:16 PM
To: llvm-commits at cs.uiuc.edu; Demikhovsky, Elena; Jim Grosbach
Subject: [PATCH][AVX-512] Added AVX-512 support to disassembler.

Hi,

Attached patch introduces AVX-512 support to disassembler.
It enables basic functionality:

-          Mask and EVEX encoded instructions

-          32 vector register operands, mask operands, memory operands, immediate

-          Writemasks, zeroing-masks

AVX-512 support is still under developments, so some features are missing (not only in disassembler):

-          Memory operand with broadcast. Some instructions were added, but AsmParser doesn't recognize it. Will be fixed by separate patch.

-          {er} (embedded rounding control) and {sae} (suppress all exceptions)

Thanks,
Alexey

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park,
17 Krylatskaya Str., Bldg 4, Moscow 121614,
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131223/ca45d4cf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: avx-512.disasm.v3.diff
Type: application/octet-stream
Size: 38848 bytes
Desc: avx-512.disasm.v3.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131223/ca45d4cf/attachment.obj>


More information about the llvm-commits mailing list