i386.md (UNSPEC_LDQQU): Renamed to ...
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. From-SVN: r117938
This commit is contained in:
parent
495ed96c2a
commit
96208aed83
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
(UNSPEC_MFENCE 44)
|
||||
(UNSPEC_LFENCE 45)
|
||||
(UNSPEC_PSADBW 46)
|
||||
(UNSPEC_LDQQU 47)
|
||||
(UNSPEC_LDDQU 47)
|
||||
|
||||
; Generic math support
|
||||
(UNSPEC_COPYSIGN 50)
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
(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")
|
||||
|
|
Loading…
Add table
Reference in a new issue