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

Side by Side Diff: binaries/mac_10.6/lib/valgrind/power-altivec-valgrind-s1.xml

Issue 8414023: Update Valgrind (-variant) to r118 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
3
4 Copying and distribution of this file, with or without modification,
5 are permitted in any medium without royalty provided the copyright
6 notice and this notice are preserved. -->
7
8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.power.altivec-valgrind-s1">
10 <vector id="v4f" type="ieee_single" count="4"/>
11 <vector id="v4i32" type="int32" count="4"/>
12 <vector id="v8i16" type="int16" count="8"/>
13 <vector id="v16i8" type="int8" count="16"/>
14 <union id="vec128">
15 <field name="uint128" type="uint128"/>
16 <field name="v4_float" type="v4f"/>
17 <field name="v4_int32" type="v4i32"/>
18 <field name="v8_int16" type="v8i16"/>
19 <field name="v16_int8" type="v16i8"/>
20 </union>
21
22 <reg name="vr0s1" bitsize="128" type="vec128"/>
23 <reg name="vr1s1" bitsize="128" type="vec128"/>
24 <reg name="vr2s1" bitsize="128" type="vec128"/>
25 <reg name="vr3s1" bitsize="128" type="vec128"/>
26 <reg name="vr4s1" bitsize="128" type="vec128"/>
27 <reg name="vr5s1" bitsize="128" type="vec128"/>
28 <reg name="vr6s1" bitsize="128" type="vec128"/>
29 <reg name="vr7s1" bitsize="128" type="vec128"/>
30 <reg name="vr8s1" bitsize="128" type="vec128"/>
31 <reg name="vr9s1" bitsize="128" type="vec128"/>
32 <reg name="vr10s1" bitsize="128" type="vec128"/>
33 <reg name="vr11s1" bitsize="128" type="vec128"/>
34 <reg name="vr12s1" bitsize="128" type="vec128"/>
35 <reg name="vr13s1" bitsize="128" type="vec128"/>
36 <reg name="vr14s1" bitsize="128" type="vec128"/>
37 <reg name="vr15s1" bitsize="128" type="vec128"/>
38 <reg name="vr16s1" bitsize="128" type="vec128"/>
39 <reg name="vr17s1" bitsize="128" type="vec128"/>
40 <reg name="vr18s1" bitsize="128" type="vec128"/>
41 <reg name="vr19s1" bitsize="128" type="vec128"/>
42 <reg name="vr20s1" bitsize="128" type="vec128"/>
43 <reg name="vr21s1" bitsize="128" type="vec128"/>
44 <reg name="vr22s1" bitsize="128" type="vec128"/>
45 <reg name="vr23s1" bitsize="128" type="vec128"/>
46 <reg name="vr24s1" bitsize="128" type="vec128"/>
47 <reg name="vr25s1" bitsize="128" type="vec128"/>
48 <reg name="vr26s1" bitsize="128" type="vec128"/>
49 <reg name="vr27s1" bitsize="128" type="vec128"/>
50 <reg name="vr28s1" bitsize="128" type="vec128"/>
51 <reg name="vr29s1" bitsize="128" type="vec128"/>
52 <reg name="vr30s1" bitsize="128" type="vec128"/>
53 <reg name="vr31s1" bitsize="128" type="vec128"/>
54
55 <reg name="vscrs1" bitsize="32" group="vector"/>
56 <reg name="vrsaves1" bitsize="32" group="vector"/>
57 </feature>
OLDNEW
« no previous file with comments | « binaries/mac_10.6/lib/valgrind/power-altivec.xml ('k') | binaries/mac_10.6/lib/valgrind/power-altivec-valgrind-s2.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698