florian
|
4f0da5fcc3
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq, resolves #34815 and #34799
|
6 years ago |
florian
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
6 years ago |
marco
|
f0042a4719
* vcmppd hardcoded primitives like vcmpeqpd.
|
7 years ago |
marco
|
f21a141144
* mantis #32001, add 32 vcmpps variants.
|
7 years ago |
nickysn
|
ae92973196
+ added support for the retw, retnw, retfw, retd, retnd, retfd, retq, retnq and
|
7 years ago |
nickysn
|
e8bbc4eef9
+ support the xlat x86 instruction syntax with a memory operand. This allows
|
7 years ago |
nickysn
|
0fb79946a5
+ added support for the parameterized versions of the x86 string instructions
|
7 years ago |
nickysn
|
92a52a9f4d
+ implemented support for instructions with non-native address size on i8086
|
7 years ago |
nickysn
|
e701fa8de1
* converted the x86 instruction flags to a set, so they can be extended more
|
7 years ago |
nickysn
|
ab62e2237b
* mark the sldt,syscall,sysenter,sysexit,sysret,andn,bextr,rorx,sarx,shlx and
|
7 years ago |
sergei
|
133fcb5ab2
* Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code.
|
8 years ago |
sergei
|
ebe134febc
* Fixed memory reference size for MOVSS instruction, Mantis #29954.
|
8 years ago |
sergei
|
870fda34d5
* x86 AT&T reader and writer: cleaned up usage of attsufMM suffix:
|
8 years ago |
sergei
|
edf943a4f6
* Changed memory operand size for VMOVSS instruction to 32 bits, Mantis #29957.
|
8 years ago |
florian
|
56252d59f0
+ support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933
|
8 years ago |
florian
|
406e3c4ac1
+ support xgetbv instruction, resolves issue #29958
|
9 years ago |
florian
|
8d5cc3dfa4
* (extended and modified) patch by Emelyanov Roman to add suport of RDRAND, RDSEED and TSX instructions set, resolves issue #29893.
|
9 years ago |
nickysn
|
cf3230b100
- removed IF_CENTAUR and replaced it with IF_CYRIX. Rationale: only 3 Centaur -
|
9 years ago |
nickysn
|
80b3e3020a
* the SEGFS and SEGGS prefixes are 386+
|
9 years ago |
nickysn
|
741a3eedf9
* fixed the cpu level of several 186+ instructions, that were mistakenly marked as either 286+ or 8086+
|
9 years ago |
nickysn
|
6037976202
* several imul variants, featuring 32-bit or 64-bit registers marked 386+, instead of 286+
|
9 years ago |
nickysn
|
66bad5a1cf
* pushf and popf are 8086 level instructions, not 186+
|
9 years ago |
florian
|
a3964d9ee0
+ support for RDTSCP, resolves issue #28916
|
9 years ago |
florian
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
10 years ago |
florian
|
842e027a9f
+ prove of concept how FMA4 could be supported in inline assembler
|
11 years ago |
florian
|
a79be2b05c
+ support for FMA instructions in inline assembler
|
11 years ago |
florian
|
aa107b914c
* merged avx2 branch, developed by Torsten Grundke
|
11 years ago |
florian
|
7028210817
+ tzcnt assembler instruction
|
11 years ago |
florian
|
f132a804d6
+ handle 32 bit references on x86-64 so lea can be used for 32 bit arithmetics
|
11 years ago |
nickysn
|
0f69362edd
- rm LEA reg,imm from x86ins.dat, as that's not a valid x86 instruction,
|
11 years ago |