pszostek / cp

C. profiler
1 stars 0 forks source link

Add more attributes to instructions #2

Open xs-exp opened 8 years ago

pszostek commented 8 years ago

Added some new attributes with the commit fc22d5ace62d344b516566351b969e464135f1e9.

Author: Pawel Szostek pawel.szostek@gmail.com Date: Sat Aug 20 23:19:40 2016 +0200

add new attributes to the XED inst dump

These attributes inlude:
    inst.is_simd_scalar(),
    inst.is_simd_vector(),
    inst.is_mov(),
    inst.data_type_size(),
    inst.reads_memory(),
    inst.writes_memory().

These attributes were added to the disass.get_inst_lists() DF.
xs-exp commented 8 years ago

Further attributes to add