summaryrefslogtreecommitdiff
path: root/avx1
diff options
context:
space:
mode:
authortg74 <tg74@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-10-16 04:16:00 +0000
committertg74 <tg74@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-10-16 04:16:00 +0000
commitcdcabeb4832b177ab7d0e076e95dcf1945729e10 (patch)
treef74ec5c6441197603945caea0444daa12b4a2f08 /avx1
parent84e51be51bda0668ac3ba22460fdeabf5e943bd2 (diff)
downloadfpc-cdcabeb4832b177ab7d0e076e95dcf1945729e10.tar.gz
bugfix hex-codetable
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/tg74@22658 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'avx1')
-rw-r--r--avx1/tests/test/tasm2.pp24
1 files changed, 16 insertions, 8 deletions
diff --git a/avx1/tests/test/tasm2.pp b/avx1/tests/test/tasm2.pp
index acae74d498..8ffd18c6ce 100644
--- a/avx1/tests/test/tasm2.pp
+++ b/avx1/tests/test/tasm2.pp
@@ -209,14 +209,22 @@ end;
const
test_expected : array[0..745] of byte = (
- $66,$44,$0F,$D0,$05,$78,$56,$34,
- $12,$F2,$44,$0F,$D0,$05,$78,$56,$34,$12,$66,$44,$0F,$2F,$05,
- $78,$56,$34,$12,$44,$0F,$2F,$05,$78,$56,$34,$12,$F3,$44,$0F,
- $E6,$05,$78,$56,$34,$12,$F2,$44,$0F,$E6,$05,$78,$56,$34,$12,
- $44,$0F,$5A,$05,$78,$56,$34,$12,$F3,$44,$0F,$5B,$05,$78,$56,
- $34,$12,$F3,$44,$0F,$2A,$C0,$F3,$44,$0F,$2A,$C0,$F3,$4C,$0F,
- $2A,$C0,$F3,$4C,$0F,$2A,$C0,$F3,$44,$0F,$2A,$00,$F3,$44,$0F,
- $2A,$00,$F3,$44,$0F,$2A,$00,$F2,$44,$0F,$2A,$C0,$F2,$44,$0F,
+ $66,$44,$0F,$D0,$05,$78,$56,$34,$12, // addsubpd
+ $F2,$44,$0F,$D0,$05,$78,$56,$34,$12, // addsubps
+ $66,$44,$0F,$2F,$05,$78,$56,$34,$12, // comisd
+ $44,$0F,$2F,$05,$78,$56,$34,$12, // comiss
+ $F3,$44,$0F,$E6,$05,$78,$56,$34,$12, // cvtdq2pd
+ $F2,$44,$0F,$E6,$05,$78,$56,$34,$12, // cvtpd2dq
+ $44,$0F,$5A,$05,$78,$56,$34,$12, // cvtps2pd
+ $F3,$44,$0F,$5B,$05,$78,$56,$34,$12, // cvttps2dq
+ $F3,$44,$0F,$2A,$C0, // cvtsi2ss
+ $F3,$44,$0F,$2A,$C0, // cvtsi2ss
+ $F3,$4C,$0F,$2A,$C0, // cvtsi2ss
+ $F3,$4C,$0F,$2A,$C0, // cvtsi2ss
+ $F3,$44,$0F,$2A,$00, // cvtsi2ss (%rax),%xmm8
+ $F3,$44,$0F,$2A,$00, // cvtsi2ssl (%rax),%xmm8
+ $F3,$4C,$0F,$2A,$00, // cvtsi2ssq (%rax),%xmm8
+ $F2,$44,$0F,$2A,$C0,$F2,$44,$0F,
$2A,$C0,$F2,$4C,$0F,$2A,$C0,$F2,$4C,$0F,$2A,$C0,$F2,$44,$0F,
$2A,$00,$F2,$44,$0F,$2A,$00,$F2,$4C,$0F,$2A,$00,$F3,$44,$0F,
$7F,$05,$78,$56,$34,$12,$F3,$44,$0F,$6F,$05,$78,$56,$34,$12,