sergei
|
dc628b8969
* x86: Completely skip instructions that do not exist for target CPU bit width. The existing behavior of writing mnemonics and properties but no encoding allows an invalid instruction to be recognized by assembler reader or even generated by compiler, but it but won't assemble anyway.
|
11 lat temu |
florian
|
842e027a9f
+ prove of concept how FMA4 could be supported in inline assembler
|
11 lat temu |
florian
|
a79be2b05c
+ support for FMA instructions in inline assembler
|
11 lat temu |
florian
|
aa107b914c
* merged avx2 branch, developed by Torsten Grundke
|
11 lat temu |
florian
|
7028210817
+ tzcnt assembler instruction
|
11 lat temu |
nickysn
|
f6e846c574
+ added the NEC V20/V30 instructions
|
12 lat temu |
florian
|
9b6094a58c
+ added a few BMI instructions to see if they can be encoded
|
12 lat temu |
florian
|
283ff05127
* merged avx support in inline assembler developed by Torsten Grundke
|
13 lat temu |
florian
|
c011949765
+ iretq for x86_64
|
14 lat temu |
sergei
|
0231863fce
+ Added missing PMULLD instruction, part of Mantis #19910
|
14 lat temu |
sergei
|
3b979fef6d
* Re-commit r17437 after more testing and fixing aasmcpu.pp in r17449.
|
14 lat temu |
sergei
|
b257231203
* Revert r17437, it breaks builds with -O2 and builds on i386 (although -O- on x86_64 is ok).
|
14 lat temu |
sergei
|
1d81a1244b
A big update of x86 instruction table, part 1 (mostly SIMD instructions):
|
14 lat temu |
sergei
|
6739cec2b9
* Flagged with NOX86_64 instructions/encodings that are invalid in 64-bit mode.
|
14 lat temu |
florian
|
9279c6955e
* support for SSSE3, SSE4,1, SSE4.2, AES instructions set by Emelyanov Roman, resolves #18527
|
14 lat temu |
Jonas Maebe
|
9273856e84
* disallow pusha*/popa* for x86_64 (mantis #14862)
|
15 lat temu |
florian
|
0e96eda236
+ some sse4 instructions supported, resolves #9046
|
18 lat temu |
florian
|
a19ed91cc3
* fix for jcxz, jecxz and jrcxz on 64 bit platforms
|
18 lat temu |
Jonas Maebe
|
c1df4454fe
* cmpxchg8b doesn't have a size suffix
|
18 lat temu |
florian
|
5ece7cbc2f
* first part of x86-64 assembler
|
19 lat temu |
daniel
|
45bcc5b07a
* Add support for jmp $0011:$22334455 to Intel asm reader, request from
|
20 lat temu |
florian
|
ebcb69478f
* fixed a lot of stuff for fpu/mm register variables
|
20 lat temu |
peter
|
406eb57a59
* MOVSL fixed
|
21 lat temu |
peter
|
e6929a1a32
* more x86_64 parameter fixes
|
21 lat temu |
florian
|
dd2bb53aa5
+ possible sse2 unit usage for double calculations
|
22 lat temu |
florian
|
f495796796
* x86 instruction table updated to nasm 0.98.37:
|
22 lat temu |
florian
|
59abf2555b
* types.pas renamed to defbase.pas because D6 contains a types
|
23 lat temu |
peter
|
a45e77c4a2
* move also the i386*.inc to i386/
|
25 lat temu |