Andreas Abel
Andreas Abel
The first operand of RSQRTSS should be "rw" instead of "w".
If the `-ast` option is used with the XED command interface, the `-isa-set` option has no effect.
When using the XED command interface (in verbose mode) or the xed-ex4 example with an instruction like "vaddpd zmm0 {k1}, zmm1, zmm2", the first operand is printed as > 0...
The instruction set reference contains several aliases for different CMOVcc instructions (e.g., CMOVA is an alias for CMOVNBE). Similar aliases are defined for Jcc and SETcc instructions. It would be...
The PREFETCH_EXCLUSIVE instruction (in xed-amd-prefetch.txt) is typically disassembled as "prefetch". This pull request https://github.com/intelxed/xed/pull/181 adds a corresponding DISASM field.
The 'older' instructions typically have different IFORMs for the load and store variants of the instruction (e.g., MOVSS_XMMss_XMMss_0F10 and MOVSS_XMMss_XMMss_0F11). Some newer instructions have the same IFORM for both variants...
I think the implicit ST0 operands of several X87 instructions should actually be suppressed. An example is the FLD instruction: the ST0 operand is not expressed in disassembly, and it...
On Ubuntu 20.04 (Python 3.8.10), when I run the following commands: ``` git clone https://github.com/huku-/pyxed.git cd pyxed/ git submodule update --init --recursive python3 setup.py build ``` I get the following...