pierre
|
8a0ed92957
* Remove useless code for i386
|
há 14 anos atrás |
sergei
|
354d0520b7
+ x86 assembler: fixed MOVABS instruction (it is a x86_64-only subset of MOV with 8-byte immediates/offsets) and same-form encodings of MOV instruction.
|
há 14 anos atrás |
sergei
|
d89aeeadaf
x86 assembler:
|
há 14 anos atrás |
sergei
|
9e8a31193b
x86 assembler:
|
há 14 anos atrás |
sergei
|
d908fb42f7
x86 assembler fixes:
|
há 14 anos atrás |
sergei
|
86d0c7f4c5
* x86 assembler: write REX prefix before the first literal byte of instruction (this becomes possible once the instruction table has all $66,$F2,$F3 prefixes changed to non-literal control codes). This way it is no longer necessary to manually specify position of REX in every instruction entry (code \323 becomes obsolete), and the situation when REX is not written (IE 200603191) is hopefully gone forever.
|
há 14 anos atrás |
sergei
|
6d0d8734e0
* x86 assembler: operand type declarations rewritten using expressions instead of literal numbers where possible. Reassigned bit values to match the current NASM (the values themselves don't actually matter and can be chosen pretty arbitrary. What matters is the clean separation between different parts of the bitmask. In particular, the old value of XMM register class bit was equal to OT_BITS80, causing matching algorithm to effectively ignore it and accept e.g. MMX registers in place of XMM ones, part of Mantis #14387).
|
há 14 anos atrás |
sergei
|
de8ae0f873
x86 assembler improvements:
|
há 14 anos atrás |
sergei
|
d288592c5a
+ Declared operand types OT_XMMRM (matches either xmm register or 128-bit memory reference) and OT_MMXRM (same for mmx).
|
há 14 anos atrás |
Jonas Maebe
|
0da9d36116
* fixed internal assembler for x86-64 so that it correctly handles
|
há 14 anos atrás |
pierre
|
386478cd77
* Allow any register for GOT if current procedure has assembler code
|
há 15 anos atrás |
pierre
|
d2939bce3d
* i386 _GLOBAL_OFFSET_TABLE_ label special treatment moved to taicpu.pass2
|
há 15 anos atrás |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
há 15 anos atrás |
pierre
|
292e85a59a
* Partial fix for i386 linux PIC code generation
|
há 15 anos atrás |
Jonas Maebe
|
28cd8271c9
* initial version of internal Mach-O/i386 assembler by Dmitry Boyarintsev
|
há 15 anos atrás |
florian
|
4123e0425c
* don't generate instruction alignment fill bytes in non exectuable sections
|
há 15 anos atrás |
Jonas Maebe
|
ec8fee45fe
* do not access local data via the GOT on x86_64, because
|
há 16 anos atrás |
Jonas Maebe
|
146a819615
* fixed spilling of and operations on spilled 32 bit values for x86_64
|
há 16 anos atrás |
yury
|
92ad06f1e8
* Always use RIP relative symbol addressing for x86_64 Windows targets. Bug #13657.
|
há 16 anos atrás |
florian
|
80ff09c6f4
* correct handling of constant operands of aad/aam
|
há 17 anos atrás |
florian
|
145dc4d8d6
* write assembler error at the correct position, first fix for #12595
|
há 17 anos atrás |
florian
|
53ffda14f3
* fixes taking the address of an assembler block defined label
|
há 17 anos atrás |
yury
|
5e11e697b4
* Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers.
|
há 17 anos atrás |
yury
|
0bcaf8845f
* Fixed 'mixed signed/unsigned' warnings.
|
há 17 anos atrás |
florian
|
82c7896d8d
* more ins. dat issues popped up, did I mention I start to hate it :(?
|
há 18 anos atrás |
peter
|
d74bd34a91
* fix 32bit truncation in type determination of constant operands
|
há 18 anos atrás |
peter
|
c19217f846
* only for jump instructions we need to look at the relative
|
há 18 anos atrás |
Jonas Maebe
|
b4b715f213
* make sure tai_align.calculatefillbuf no longer destroys the fillsize
|
há 18 anos atrás |
peter
|
67e16340be
* revert r8118
|
há 18 anos atrás |
daniel
|
21293f5818
+ Add common type integer promotion.
|
há 18 anos atrás |