OSDN Git Service

2006-10-21 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Oct 2006 20:43:32 +0000 (20:43 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Oct 2006 20:43:32 +0000 (20:43 +0000)
* config/i386/i386.md (UNSPEC_LDQQU): Renamed to ...
(UNSPEC_LDDQU): This.
* config/i386/sse.md (sse3_lddqu): Updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117938 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md
gcc/config/i386/sse.md

index 21550b3..8f2f384 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.md (UNSPEC_LDQQU): Renamed to ...
+       (UNSPEC_LDDQU): This.
+       * config/i386/sse.md (sse3_lddqu): Updated.
+
 2006-10-21  Richard Guenther  <rguenther@suse.de>
 
        * builtins.c (expand_builtin_int_roundingfn_2): New function.
 2006-10-21  Richard Guenther  <rguenther@suse.de>
 
        * builtins.c (expand_builtin_int_roundingfn_2): New function.
index 997f051..10b5eb8 100644 (file)
    (UNSPEC_MFENCE              44)
    (UNSPEC_LFENCE              45)
    (UNSPEC_PSADBW              46)
    (UNSPEC_MFENCE              44)
    (UNSPEC_LFENCE              45)
    (UNSPEC_PSADBW              46)
-   (UNSPEC_LDQQU               47)
+   (UNSPEC_LDDQU               47)
 
    ; Generic math support
    (UNSPEC_COPYSIGN            50)
 
    ; Generic math support
    (UNSPEC_COPYSIGN            50)
index 8886e1f..3264ccf 100644 (file)
 (define_insn "sse3_lddqu"
   [(set (match_operand:V16QI 0 "register_operand" "=x")
        (unspec:V16QI [(match_operand:V16QI 1 "memory_operand" "m")]
 (define_insn "sse3_lddqu"
   [(set (match_operand:V16QI 0 "register_operand" "=x")
        (unspec:V16QI [(match_operand:V16QI 1 "memory_operand" "m")]
-                     UNSPEC_LDQQU))]
+                     UNSPEC_LDDQU))]
   "TARGET_SSE3"
   "lddqu\t{%1, %0|%0, %1}"
   [(set_attr "type" "ssecvt")
   "TARGET_SSE3"
   "lddqu\t{%1, %0|%0, %1}"
   [(set_attr "type" "ssecvt")