Re: [fpc-devel] x86ins.dat bytes format description

2015-12-13 Thread Florian Klämpfl
Am 07.11.2015 um 22:25 schrieb Bishop: > > Hi all. I am working on adding support of TSX instructions to FPC compiler. > So i need modify > x86ins.dat. In sections "bytes" this file contains not only opcode byte. In > aditional it contains > some control codes that describe generation of

[fpc-devel] x86ins.dat bytes format description

2015-11-08 Thread Bishop
Hi all. I am working on adding support of TSX instructions to FPC compiler. So i need modify x86ins.dat. In sections "bytes" this file contains not only opcode byte. In aditional it contains some control codes that describe generation of prefixes, schema of operands coding and etc. In some

[fpc-devel] x86ins.dat - pinsrw

2015-08-31 Thread Torsten Grundke
Hi, what is the significant difference of this definitions: [PINSRW] xmmreg,mem,imm\361\2\x0F\xC4\110\26 WILLAMETTE,SSE2,SB,AR2 xmmreg,mem16,imm \361\2\x0F\xC4\110\26 WILLAMETTE,SSE2,SB,AR2,ND mkx86ins ignores the ND-flag and i think i can delete the last

[fpc-devel] x86ins.dat

2012-01-07 Thread tgrundke
Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD xmm1, xmm2, xmm3/m128, xmm4 INTEL Def. 3.1.1.2 Opcode Column in the Instruction Summary Table (Instructions with VEX prefix) /is4: An 8-bit immediate byte is present

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread 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 xmm1, xmm2, xmm3/m128, xmm4 INTEL Def. 3.1.1.2 Opcode Column in the Instruction Summary Table (Instructions with VEX prefix) /is4: An

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread 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 xmm1, xmm2, xmm3/m128, xmm4 INTEL Def. 3.1.1.2 Opcode Column in the Instruction

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread 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 xmm1, xmm2, xmm3/m128, xmm4 INTEL Def.

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