Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4369)

Unified Diff: binaries/linux_x86/lib/valgrind/32bit-sse-valgrind-s2.xml

Issue 11299158: Roll new valgrind-variant (r138, which is Valgrind r13132, VEX r2564) binaries for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: binaries/linux_x86/lib/valgrind/32bit-sse-valgrind-s2.xml
===================================================================
--- binaries/linux_x86/lib/valgrind/32bit-sse-valgrind-s2.xml (revision 169322)
+++ binaries/linux_x86/lib/valgrind/32bit-sse-valgrind-s2.xml (working copy)
@@ -7,15 +7,15 @@
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
<feature name="org.gnu.gdb.i386.sse.valgrind.s2">
- <vector id="v4f" type="ieee_single" count="4"/>
- <vector id="v2d" type="ieee_double" count="2"/>
+ <vector id="v4f_s" type="uint32" count="4"/>
+ <vector id="v2d_s" type="uint64" count="2"/>
<vector id="v16i8" type="int8" count="16"/>
<vector id="v8i16" type="int16" count="8"/>
<vector id="v4i32" type="int32" count="4"/>
<vector id="v2i64" type="int64" count="2"/>
- <union id="vec128">
- <field name="v4_float" type="v4f"/>
- <field name="v2_double" type="v2d"/>
+ <union id="vec128_s">
+ <field name="v4_float" type="v4f_s"/>
+ <field name="v2_double" type="v2d_s"/>
<field name="v16_int8" type="v16i8"/>
<field name="v8_int16" type="v8i16"/>
<field name="v4_int32" type="v4i32"/>
@@ -39,14 +39,14 @@
<field name="FZ" start="15" end="15"/>
</flags>
- <reg name="xmm0s2" bitsize="128" type="vec128"/>
- <reg name="xmm1s2" bitsize="128" type="vec128"/>
- <reg name="xmm2s2" bitsize="128" type="vec128"/>
- <reg name="xmm3s2" bitsize="128" type="vec128"/>
- <reg name="xmm4s2" bitsize="128" type="vec128"/>
- <reg name="xmm5s2" bitsize="128" type="vec128"/>
- <reg name="xmm6s2" bitsize="128" type="vec128"/>
- <reg name="xmm7s2" bitsize="128" type="vec128"/>
+ <reg name="xmm0s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm1s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm2s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm3s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm4s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm5s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm6s2" bitsize="128" type="vec128_s"/>
+ <reg name="xmm7s2" bitsize="128" type="vec128_s"/>
<reg name="mxcsrs2" bitsize="32" type="i386_mxcsr" group="vector"/>
</feature>
« no previous file with comments | « binaries/linux_x86/lib/valgrind/32bit-sse-valgrind-s1.xml ('k') | binaries/linux_x86/lib/valgrind/64bit-avx.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698