[fpc-devel] x86ins.dat - pinsrw

2015-08-31 Thread Torsten Grundke
, but im not sure. [mem] allows all memory references include [mem16] Thanks Torsten ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] merge branch

2012-05-29 Thread Torsten
path) and the files: http://svn.freepascal.org/svn/fpc/branches/tg74/avx/compiler/msg/errore.msg http://svn.freepascal.org/svn/fpc/branches/tg74/avx/compiler/msgidx.inc http://svn.freepascal.org/svn/fpc/branches/tg74/avx/compiler/msgtxt.inc with trunk. Torsten, thank you for all your work, I'am

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-26 Thread Torsten
ssembler syntax error Besides this, the changes look already very good to me! ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel best regards Torsten ___

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-21 Thread Torsten
Am 04.05.2012 21:45, schrieb Torsten: Am 04.05.2012 21:29, schrieb Florian Klämpfl: Am 03.05.2012 22:01, schrieb Torsten: Am 03.05.2012 18:24, schrieb Florian Klämpfl: Am 03.05.2012 10:49, schrieb [email protected]: Hi, my Intel/AMD assembler AVX 1 support is ready for testing. svn

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Torsten
Am 04.05.2012 21:29, schrieb Florian Klämpfl: Am 03.05.2012 22:01, schrieb Torsten: Am 03.05.2012 18:24, schrieb Florian Klämpfl: Am 03.05.2012 10:49, schrieb [email protected]: Hi, my Intel/AMD assembler AVX 1 support is ready for testing. svn checkout http://svn.freepascal.org/svn/fpc

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Torsten
list [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel Torsten ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-03 Thread Torsten
tax error Besides this, the changes look already very good to me! ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel best regards Torsten ___ fpc-devel mailli

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-03 Thread Torsten
build nasm assembler -file to compile with nasm and than i compare the binary output with a little tool (also compare fpc internal assembler result with the result of external assembler "gas"). Torsten ___ fpc-devel ma

[fpc-devel] fpc - assembler reader: sizeof record or array

2012-04-01 Thread Torsten
Hi, i need the size of a global variable (type record). local var: "operands[i].opr.localsym.getsize" global var: ??? I can add a new field "globalsym" in the "TReference"-record ? What you say? regards Torsten ___ fp

Re: [fpc-devel] FreeNotification and opRemove

2012-03-08 Thread Torsten Bonde Christiansen
assume, if it does, it does both... I can confirm the D7 does remove both - it calls: *AComponent.RemoveNotification(Self);* Regards, Torsten Bonde Christiansen. ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman

Re: [fpc-devel] Checkin AVX-Support

2012-03-06 Thread Torsten
Am 06.03.2012 17:00, schrieb Jonas Maebe: On 04 Mar 2012, at 22:44, Torsten wrote: I would like to check in my changes in the svn repository, but i need username and password todo this? Yes, we do not allow public write to the svn repository. There are two options: a) you can ask for a

[fpc-devel] Checkin AVX-Support

2012-03-04 Thread Torsten
Hi, I would like to check in my changes in the svn repository, but i need username and password todo this? Bye Torsten ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] intel assembler operand size

2012-01-13 Thread Torsten
x27;t known what is the best type-definition for 256-bit memory operand. What is your opinion. regards Torsten ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread Torsten
Am 07.01.2012 15:27, schrieb Florian Klämpfl: Am 07.01.2012 15:19, schrieb Torsten: Hi, Am 07.01.2012 15:01, schrieb Sergei Gorelkin: 07.01.2012 16:53, tgrundke пишет: Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread Torsten
Sergei ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel Torsten ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] assembler memory addressing in 64-bit mode

2012-01-06 Thread Torsten
Hi Florian, Am 06.01.2012 11:53, schrieb Florian Klämpfl: Am 06.01.2012 11:16, schrieb Torsten: Hi, i don't understand the follow error message in 64-bit mode: assemblercode asm addpd xmm0, [EAX] end; I think this is a bug. While in theory, it might be possible to write such

[fpc-devel] assembler memory addressing in 64-bit mode

2012-01-06 Thread Torsten
a 32-bit (or 64-bit if REX.W is set) general-purpose register. • Index — The value in a 32-bit (or 64-bit if REX.W is set) general-purpose register. • Scale factor — A value of 2, 4, or 8 that is multiplied by the index value. I think this is a bug. r

Re: [fpc-devel] implementation AVX for Intel/AMD Prozessors

2011-09-18 Thread Torsten
Am 18.09.2011 11:02, schrieb Florian Klämpfl: Am 18.09.2011 10:54, schrieb Torsten: Hi, im starting with implementation of AVX (Intel/AMD) in fpc-assemblercode. I use in first step a external assembler (linux "as"). In this case, it is easy to use XMM-Register (max. 3 parameter) (o

[fpc-devel] implementation AVX for Intel/AMD Prozessors

2011-09-18 Thread Torsten
...". What do i consider? Regards Torsten ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] bounty: FPC based debugger

2011-09-12 Thread Torsten Bonde Christiansen
iData Association, with (at least) 250€. Kind regards, Torsten Bonde Christiansen. ___ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel