Files
archived-xed/examples
Mark Charney 4ce1e23c9a new apis xed_decoded_inst_is_broadcast(xed_decoded_inst_t* p)
* for broadcast instructions and AVX512 ld-op instr with embedded
    broadcast being used.

  * xed_decoded_inst_is_broadcast_instruction(xedd) for pure broadcasts

  * xed_decoded_inst_uses_embedded_broadcast(xedd) for AVX512 ld-op  with embedded broadcast

  * xed_decoded_inst_is_broadcast(xedd) for logical OR of the above two functions.

Change-Id: Icb8a0e20380156239be712a2542477fd79222fd9
(cherry picked from commit 2a4532c07443ba22db49ad9e21887a935ca52b1f)
2017-02-02 21:16:54 -05:00
..
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-24 07:47:12 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-24 07:47:12 -05:00
2017-02-02 21:07:06 -05:00


To build the examples, a relatively recent version of python 2.7 is required.

================================
STATIC LIBRARY XED BUILD:
================================

  Linux or Mac:

    % ./mfile.py

  Windows:

   % C:/python27/python mfile.py

================================
DYNAMIC  LIBRARY XED BUILD:
================================

If you have a a shared-object (or DLL build on windows) you must also include
"--shared" on the command line:

  Linux or Mac:

    % ./mfile.py --shared

  Windows:

   % C:/python27/python mfile.py --shared
 
Add "--help" (no quotes) for more build options.