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

Side by Side Diff: runtime/vm/bootstrap_natives.h

Issue 22947006: Add signMask getter to Float32x4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months 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
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | runtime/vm/disassembler_ia32.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_BOOTSTRAP_NATIVES_H_ 5 #ifndef VM_BOOTSTRAP_NATIVES_H_
6 #define VM_BOOTSTRAP_NATIVES_H_ 6 #define VM_BOOTSTRAP_NATIVES_H_
7 7
8 #include "vm/native_entry.h" 8 #include "vm/native_entry.h"
9 9
10 // bootstrap dart natives used in the core dart library. 10 // bootstrap dart natives used in the core dart library.
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 V(Float32x4_cmpgte, 2) \ 195 V(Float32x4_cmpgte, 2) \
196 V(Float32x4_cmpequal, 2) \ 196 V(Float32x4_cmpequal, 2) \
197 V(Float32x4_cmpnequal, 2) \ 197 V(Float32x4_cmpnequal, 2) \
198 V(Float32x4_scale, 2) \ 198 V(Float32x4_scale, 2) \
199 V(Float32x4_abs, 1) \ 199 V(Float32x4_abs, 1) \
200 V(Float32x4_clamp, 3) \ 200 V(Float32x4_clamp, 3) \
201 V(Float32x4_getX, 1) \ 201 V(Float32x4_getX, 1) \
202 V(Float32x4_getY, 1) \ 202 V(Float32x4_getY, 1) \
203 V(Float32x4_getZ, 1) \ 203 V(Float32x4_getZ, 1) \
204 V(Float32x4_getW, 1) \ 204 V(Float32x4_getW, 1) \
205 V(Float32x4_getSignMask, 1) \
205 V(Float32x4_shuffle, 2) \ 206 V(Float32x4_shuffle, 2) \
206 V(Float32x4_withZWInXY, 2) \ 207 V(Float32x4_withZWInXY, 2) \
207 V(Float32x4_interleaveXY, 2) \ 208 V(Float32x4_interleaveXY, 2) \
208 V(Float32x4_interleaveZW, 2) \ 209 V(Float32x4_interleaveZW, 2) \
209 V(Float32x4_interleaveXYPairs, 2) \ 210 V(Float32x4_interleaveXYPairs, 2) \
210 V(Float32x4_interleaveZWPairs, 2) \ 211 V(Float32x4_interleaveZWPairs, 2) \
211 V(Float32x4_setX, 2) \ 212 V(Float32x4_setX, 2) \
212 V(Float32x4_setY, 2) \ 213 V(Float32x4_setY, 2) \
213 V(Float32x4_setZ, 2) \ 214 V(Float32x4_setZ, 2) \
214 V(Float32x4_setW, 2) \ 215 V(Float32x4_setW, 2) \
(...skipping 11 matching lines...) Expand all
226 V(Uint32x4_add, 2) \ 227 V(Uint32x4_add, 2) \
227 V(Uint32x4_sub, 2) \ 228 V(Uint32x4_sub, 2) \
228 V(Uint32x4_getX, 1) \ 229 V(Uint32x4_getX, 1) \
229 V(Uint32x4_getY, 1) \ 230 V(Uint32x4_getY, 1) \
230 V(Uint32x4_getZ, 1) \ 231 V(Uint32x4_getZ, 1) \
231 V(Uint32x4_getW, 1) \ 232 V(Uint32x4_getW, 1) \
232 V(Uint32x4_setX, 2) \ 233 V(Uint32x4_setX, 2) \
233 V(Uint32x4_setY, 2) \ 234 V(Uint32x4_setY, 2) \
234 V(Uint32x4_setZ, 2) \ 235 V(Uint32x4_setZ, 2) \
235 V(Uint32x4_setW, 2) \ 236 V(Uint32x4_setW, 2) \
237 V(Uint32x4_getSignMask, 1) \
236 V(Uint32x4_getFlagX, 1) \ 238 V(Uint32x4_getFlagX, 1) \
237 V(Uint32x4_getFlagY, 1) \ 239 V(Uint32x4_getFlagY, 1) \
238 V(Uint32x4_getFlagZ, 1) \ 240 V(Uint32x4_getFlagZ, 1) \
239 V(Uint32x4_getFlagW, 1) \ 241 V(Uint32x4_getFlagW, 1) \
240 V(Uint32x4_setFlagX, 2) \ 242 V(Uint32x4_setFlagX, 2) \
241 V(Uint32x4_setFlagY, 2) \ 243 V(Uint32x4_setFlagY, 2) \
242 V(Uint32x4_setFlagZ, 2) \ 244 V(Uint32x4_setFlagZ, 2) \
243 V(Uint32x4_setFlagW, 2) \ 245 V(Uint32x4_setFlagW, 2) \
244 V(Uint32x4_select, 3) \ 246 V(Uint32x4_select, 3) \
245 V(Uint32x4_toFloat32x4, 1) \ 247 V(Uint32x4_toFloat32x4, 1) \
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 static void DN_##name(Dart_NativeArguments args); 307 static void DN_##name(Dart_NativeArguments args);
306 308
307 BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE) 309 BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE)
308 310
309 #undef DECLARE_BOOTSTRAP_NATIVE 311 #undef DECLARE_BOOTSTRAP_NATIVE
310 }; 312 };
311 313
312 } // namespace dart 314 } // namespace dart
313 315
314 #endif // VM_BOOTSTRAP_NATIVES_H_ 316 #endif // VM_BOOTSTRAP_NATIVES_H_
OLDNEW
« no previous file with comments | « runtime/lib/typed_data.dart ('k') | runtime/vm/disassembler_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698