-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsrtlUses.dot
187 lines (187 loc) · 8.02 KB
/
srtlUses.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
digraph srtlUses {
"root" [shape=box,style=filled,color=".3 .7 1.0"];
"plus" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "plus" [color=blue];
"ss_plus" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_plus" [color=blue];
"us_plus" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_plus" [color=blue];
"lo_sum" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "lo_sum" [color=blue];
"minus" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "minus" [color=blue];
"ss_minus" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_minus" [color=blue];
"us_minus" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_minus" [color=blue];
"compare" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "compare" [color=blue];
"neg" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "neg" [color=blue];
"ss_neg" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_neg" [color=blue];
"us_neg" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_neg" [color=blue];
"mult" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "mult" [color=blue];
"ss_mult" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_mult" [color=blue];
"us_mult" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_mult" [color=blue];
"div" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "div" [color=blue];
"ss_div" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_div" [color=blue];
"udiv" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "udiv" [color=blue];
"us_div" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_div" [color=blue];
"mod" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "mod" [color=blue];
"umod" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "umod" [color=blue];
"smin" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "smin" [color=blue];
"smax" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "smax" [color=blue];
"umin" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "umin" [color=blue];
"umax" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "umax" [color=blue];
"not" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "not" [color=blue];
"and" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "and" [color=blue];
"ior" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ior" [color=blue];
"xor" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "xor" [color=blue];
"ashift" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ashift" [color=blue];
"ss_ashift" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_ashift" [color=blue];
"us_ashift" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_ashift" [color=blue];
"lshiftrt" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "lshiftrt" [color=blue];
"ashiftrt" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ashiftrt" [color=blue];
"rotate" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "rotate" [color=blue];
"rotatert" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "rotatert" [color=blue];
"abs" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "abs" [color=blue];
"ss_abs" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_abs" [color=blue];
"sqrt" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "sqrt" [color=blue];
"ffs" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ffs" [color=blue];
"clz" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "clz" [color=blue];
"ctz" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ctz" [color=blue];
"popcount" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "popcount" [color=blue];
"parity" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "parity" [color=blue];
"bswap" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "bswap" [color=blue];
"eq" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "eq" [color=blue];
"ne" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ne" [color=blue];
"lt" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "lt" [color=blue];
"ltu" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ltu" [color=blue];
"gt" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "gt" [color=blue];
"gtu" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "gtu" [color=blue];
"le" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "le" [color=blue];
"leu" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "leu" [color=blue];
"ge" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ge" [color=blue];
"geu" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "geu" [color=blue];
"if_then_else" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "if_then_else" [color=blue];
"sign_extract" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "sign_extract" [color=blue];
"zero_extract" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "zero_extract" [color=blue];
"sign_extend" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "sign_extend" [color=blue];
"zero_extend" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "zero_extend" [color=blue];
"float_extend" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "float_extend" [color=blue];
"truncate" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "truncate" [color=blue];
"ss_truncate" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "ss_truncate" [color=blue];
"us_truncate" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "us_truncate" [color=blue];
"float_truncate" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "float_truncate" [color=blue];
"float" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "float" [color=blue];
"unsigned_float" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "unsigned_float" [color=blue];
"fix" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "fix" [color=blue];
"unsigned_fix" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "unsigned_fix" [color=blue];
"fract_convert" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "fract_convert" [color=blue];
"sat_fract" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "sat_fract" [color=blue];
"unsigned_fract_convert" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "unsigned_fract_convert" [color=blue];
"unsigned_sat_fract" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "unsigned_sat_fract" [color=blue];
"strict_low_part" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "strict_low_part" [color=blue];
"set" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "set" [color=blue];
"call" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "call" [color=blue];
"clobber" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "clobber" [color=blue];
"use" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "use" [color=blue];
"parallel" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "parallel" [color=blue];
"sequence" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "sequence" [color=blue];
"asm_input" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "asm_input" [color=blue];
"unspec" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "unspec" [color=blue];
"match_operator" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "match_operator" [color=blue];
"unspec_volatile" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "unspec_volatile" [color=blue];
"addr_vec" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "addr_vec" [color=blue];
"addr_diff_vec" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "addr_diff_vec" [color=blue];
"prefetch" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "prefetch" [color=blue];
"pre_inc" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "pre_inc" [color=blue];
"pre_dec" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "pre_dec" [color=blue];
"post_dec" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "post_dec" [color=blue];
"post_inc" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "post_inc" [color=blue];
"post_modify" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "post_modify" [color=blue];
"pre_modify" [shape=box,style=filled,color=".3 .7 1.0"];
"root" -> "pre_modify" [color=blue];
"subreg" [shape=box,style=filled,color=".3 .7 1.0"];