From 8e2495f2f75120baae14f9dac9d29b043c539b2b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 26 Nov 2017 08:28:25 -0800 Subject: gas: Update x86 sse-noavx tests This fixed: FAIL: i386 SSE without AVX equivalent FAIL: x86-64 SSE without AVX equivalent FAIL: x86-64 (ILP32) SSE without AVX equivalent on x86-64. * testsuite/gas/i386/sse-noavx.s: Add tests for fisttps and fisttpl. * testsuite/gas/i386/x86-64-sse-noavx.s: Likewise. * testsuite/gas/i386/ilp32/x86-64-sse-noavx.d: Updated. * testsuite/gas/i386/sse-noavx.d: Likewise. * testsuite/gas/i386/x86-64-sse-noavx.d: Likewise. --- gas/ChangeLog | 9 +++++++++ gas/testsuite/gas/i386/ilp32/x86-64-sse-noavx.d | 1 + gas/testsuite/gas/i386/sse-noavx.d | 1 + gas/testsuite/gas/i386/sse-noavx.s | 2 ++ gas/testsuite/gas/i386/x86-64-sse-noavx.d | 1 + gas/testsuite/gas/i386/x86-64-sse-noavx.s | 2 ++ 6 files changed, 16 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 13fee06986a..79c5b877728 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2017-11-26 H.J. Lu + + * testsuite/gas/i386/sse-noavx.s: Add tests for fisttps and + fisttpl. + * testsuite/gas/i386/x86-64-sse-noavx.s: Likewise. + * testsuite/gas/i386/ilp32/x86-64-sse-noavx.d: Updated. + * testsuite/gas/i386/sse-noavx.d: Likewise. + * testsuite/gas/i386/x86-64-sse-noavx.d: Likewise. + 2017-11-24 Jim Wilson * write.h (FAKE_LABEL_CHAR): Expand comment. diff --git a/gas/testsuite/gas/i386/ilp32/x86-64-sse-noavx.d b/gas/testsuite/gas/i386/ilp32/x86-64-sse-noavx.d index cb9fa05b29d..4a24c334435 100644 --- a/gas/testsuite/gas/i386/ilp32/x86-64-sse-noavx.d +++ b/gas/testsuite/gas/i386/ilp32/x86-64-sse-noavx.d @@ -17,6 +17,7 @@ Disassembly of section .text: [ ]*[a-f0-9]+: 66 0f 2c dc cvttpd2pi %xmm4,%mm3 [ ]*[a-f0-9]+: 0f 2c dc cvttps2pi %xmm4,%mm3 [ ]*[a-f0-9]+: df 08 fisttps \(%rax\) +[ ]*[a-f0-9]+: df 08 fisttps \(%rax\) [ ]*[a-f0-9]+: db 08 fisttpl \(%rax\) [ ]*[a-f0-9]+: dd 08 fisttpll \(%rax\) [ ]*[a-f0-9]+: 0f ae e8 lfence diff --git a/gas/testsuite/gas/i386/sse-noavx.d b/gas/testsuite/gas/i386/sse-noavx.d index d4229091509..0fbb874ccad 100644 --- a/gas/testsuite/gas/i386/sse-noavx.d +++ b/gas/testsuite/gas/i386/sse-noavx.d @@ -15,6 +15,7 @@ Disassembly of section .text: [ ]*[a-f0-9]+: 66 0f 2c dc cvttpd2pi %xmm4,%mm3 [ ]*[a-f0-9]+: 0f 2c dc cvttps2pi %xmm4,%mm3 [ ]*[a-f0-9]+: df 08 fisttps \(%eax\) +[ ]*[a-f0-9]+: df 08 fisttps \(%eax\) [ ]*[a-f0-9]+: db 08 fisttpl \(%eax\) [ ]*[a-f0-9]+: dd 08 fisttpll \(%eax\) [ ]*[a-f0-9]+: 0f ae e8 lfence diff --git a/gas/testsuite/gas/i386/sse-noavx.s b/gas/testsuite/gas/i386/sse-noavx.s index 900c9e5122d..42d1c3dd365 100644 --- a/gas/testsuite/gas/i386/sse-noavx.s +++ b/gas/testsuite/gas/i386/sse-noavx.s @@ -10,6 +10,8 @@ _start: cvttpd2pi %xmm4,%mm3 cvttps2pi %xmm4,%mm3 fisttp (%eax) + fisttps (%eax) + fisttpl (%eax) fisttpll (%eax) lfence maskmovq %mm7,%mm0 diff --git a/gas/testsuite/gas/i386/x86-64-sse-noavx.d b/gas/testsuite/gas/i386/x86-64-sse-noavx.d index d500a20bb2b..4d75f246cc1 100644 --- a/gas/testsuite/gas/i386/x86-64-sse-noavx.d +++ b/gas/testsuite/gas/i386/x86-64-sse-noavx.d @@ -16,6 +16,7 @@ Disassembly of section .text: [ ]*[a-f0-9]+: 66 0f 2c dc cvttpd2pi %xmm4,%mm3 [ ]*[a-f0-9]+: 0f 2c dc cvttps2pi %xmm4,%mm3 [ ]*[a-f0-9]+: df 08 fisttps \(%rax\) +[ ]*[a-f0-9]+: df 08 fisttps \(%rax\) [ ]*[a-f0-9]+: db 08 fisttpl \(%rax\) [ ]*[a-f0-9]+: dd 08 fisttpll \(%rax\) [ ]*[a-f0-9]+: 0f ae e8 lfence diff --git a/gas/testsuite/gas/i386/x86-64-sse-noavx.s b/gas/testsuite/gas/i386/x86-64-sse-noavx.s index 69e7e967927..f1795ea5c16 100644 --- a/gas/testsuite/gas/i386/x86-64-sse-noavx.s +++ b/gas/testsuite/gas/i386/x86-64-sse-noavx.s @@ -11,6 +11,8 @@ _start: cvttpd2pi %xmm4,%mm3 cvttps2pi %xmm4,%mm3 fisttp (%rax) + fisttps (%rax) + fisttpl (%rax) fisttpll (%rax) lfence maskmovq %mm7,%mm0 -- cgit v1.2.1