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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 12982010: Review changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/typeddata_sources.gypi ('k') | runtime/vm/constants_ia32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 4c4ef116b67480c3e9c805461c091267e0b9b0ec..970d96758ac0e7f5920ee140a2fdc5e9f1373c8f 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -112,63 +112,6 @@ namespace dart {
V(Stacktrace_setupFullStacktrace, 1) \
V(Stopwatch_now, 0) \
V(Stopwatch_frequency, 0) \
- V(Float32x4_fromDoubles, 5) \
- V(Float32x4_zero, 1) \
- V(Float32x4_add, 2) \
- V(Float32x4_negate, 1) \
- V(Float32x4_sub, 2) \
- V(Float32x4_mul, 2) \
- V(Float32x4_div, 2) \
- V(Float32x4_cmplt, 2) \
- V(Float32x4_cmplte, 2) \
- V(Float32x4_cmpgt, 2) \
- V(Float32x4_cmpgte, 2) \
- V(Float32x4_cmpequal, 2) \
- V(Float32x4_cmpnequal, 2) \
- V(Float32x4_scale, 2) \
- V(Float32x4_abs, 1) \
- V(Float32x4_clamp, 3) \
- V(Float32x4_getX, 1) \
- V(Float32x4_getY, 1) \
- V(Float32x4_getZ, 1) \
- V(Float32x4_getW, 1) \
- V(Float32x4_getXXXX, 1) \
- V(Float32x4_getYYYY, 1) \
- V(Float32x4_getZZZZ, 1) \
- V(Float32x4_getWWWW, 1) \
- V(Float32x4_setX, 2) \
- V(Float32x4_setY, 2) \
- V(Float32x4_setZ, 2) \
- V(Float32x4_setW, 2) \
- V(Float32x4_min, 2) \
- V(Float32x4_max, 2) \
- V(Float32x4_sqrt, 1) \
- V(Float32x4_reciprocal, 1) \
- V(Float32x4_reciprocalSqrt, 1) \
- V(Float32x4_toUint32x4, 1) \
- V(Uint32x4_fromInts, 5) \
- V(Uint32x4_fromBools, 5) \
- V(Uint32x4_or, 2) \
- V(Uint32x4_and, 2) \
- V(Uint32x4_xor, 2) \
- V(Uint32x4_getX, 1) \
- V(Uint32x4_getY, 1) \
- V(Uint32x4_getZ, 1) \
- V(Uint32x4_getW, 1) \
- V(Uint32x4_setX, 2) \
- V(Uint32x4_setY, 2) \
- V(Uint32x4_setZ, 2) \
- V(Uint32x4_setW, 2) \
- V(Uint32x4_getFlagX, 1) \
- V(Uint32x4_getFlagY, 1) \
- V(Uint32x4_getFlagZ, 1) \
- V(Uint32x4_getFlagW, 1) \
- V(Uint32x4_setFlagX, 2) \
- V(Uint32x4_setFlagY, 2) \
- V(Uint32x4_setFlagZ, 2) \
- V(Uint32x4_setFlagW, 2) \
- V(Uint32x4_select, 3) \
- V(Uint32x4_toFloat32x4, 1) \
V(ByteArray_getLength, 1) \
V(ByteArray_getInt8, 2) \
V(ByteArray_setInt8, 3) \
@@ -186,8 +129,6 @@ namespace dart {
V(ByteArray_setInt64, 3) \
V(ByteArray_getUint64, 2) \
V(ByteArray_setUint64, 3) \
- V(ByteArray_getFloat32x4, 2) \
- V(ByteArray_setFloat32x4, 3) \
V(ByteArray_getFloat32, 2) \
V(ByteArray_setFloat32, 3) \
V(ByteArray_getFloat64, 2) \
@@ -229,10 +170,6 @@ namespace dart {
V(Uint64List_newTransferable, 1) \
V(Uint64Array_getIndexed, 2) \
V(Uint64Array_setIndexed, 3) \
- V(Float32x4Array_new, 1) \
- V(Float32x4List_newTransferable, 1) \
- V(Float32x4Array_getIndexed, 2) \
- V(Float32x4Array_setIndexed, 3) \
V(Float32Array_new, 1) \
V(Float32List_newTransferable, 1) \
V(Float32Array_getIndexed, 2) \
@@ -259,8 +196,6 @@ namespace dart {
V(ExternalInt64Array_setIndexed, 3) \
V(ExternalUint64Array_getIndexed, 2) \
V(ExternalUint64Array_setIndexed, 3) \
- V(ExternalFloat32x4Array_getIndexed, 2) \
- V(ExternalFloat32x4Array_setIndexed, 3) \
V(ExternalFloat32Array_getIndexed, 2) \
V(ExternalFloat32Array_setIndexed, 3) \
V(ExternalFloat64Array_getIndexed, 2) \
@@ -276,6 +211,7 @@ namespace dart {
V(TypedData_Uint64Array_new, 1) \
V(TypedData_Float32Array_new, 1) \
V(TypedData_Float64Array_new, 1) \
+ V(TypedData_Float32x4Array_new, 1) \
V(ExternalTypedData_Int8Array_new, 1) \
V(ExternalTypedData_Uint8Array_new, 1) \
V(ExternalTypedData_Uint8ClampedArray_new, 1) \
@@ -287,6 +223,7 @@ namespace dart {
V(ExternalTypedData_Uint64Array_new, 1) \
V(ExternalTypedData_Float32Array_new, 1) \
V(ExternalTypedData_Float64Array_new, 1) \
+ V(ExternalTypedData_Float32x4Array_new, 1) \
V(TypedData_length, 1) \
V(TypedData_setRange, 5) \
V(TypedData_GetInt8, 2) \
@@ -309,6 +246,65 @@ namespace dart {
V(TypedData_SetFloat32, 3) \
V(TypedData_GetFloat64, 2) \
V(TypedData_SetFloat64, 3) \
+ V(TypedData_GetFloat32x4, 2) \
+ V(TypedData_SetFloat32x4, 3) \
+ V(Float32x4_fromDoubles, 5) \
+ V(Float32x4_zero, 1) \
+ V(Float32x4_add, 2) \
+ V(Float32x4_negate, 1) \
+ V(Float32x4_sub, 2) \
+ V(Float32x4_mul, 2) \
+ V(Float32x4_div, 2) \
+ V(Float32x4_cmplt, 2) \
+ V(Float32x4_cmplte, 2) \
+ V(Float32x4_cmpgt, 2) \
+ V(Float32x4_cmpgte, 2) \
+ V(Float32x4_cmpequal, 2) \
+ V(Float32x4_cmpnequal, 2) \
+ V(Float32x4_scale, 2) \
+ V(Float32x4_abs, 1) \
+ V(Float32x4_clamp, 3) \
+ V(Float32x4_getX, 1) \
+ V(Float32x4_getY, 1) \
+ V(Float32x4_getZ, 1) \
+ V(Float32x4_getW, 1) \
+ V(Float32x4_getXXXX, 1) \
+ V(Float32x4_getYYYY, 1) \
+ V(Float32x4_getZZZZ, 1) \
+ V(Float32x4_getWWWW, 1) \
+ V(Float32x4_setX, 2) \
+ V(Float32x4_setY, 2) \
+ V(Float32x4_setZ, 2) \
+ V(Float32x4_setW, 2) \
+ V(Float32x4_min, 2) \
+ V(Float32x4_max, 2) \
+ V(Float32x4_sqrt, 1) \
+ V(Float32x4_reciprocal, 1) \
+ V(Float32x4_reciprocalSqrt, 1) \
+ V(Float32x4_toUint32x4, 1) \
+ V(Uint32x4_fromInts, 5) \
+ V(Uint32x4_fromBools, 5) \
+ V(Uint32x4_or, 2) \
+ V(Uint32x4_and, 2) \
+ V(Uint32x4_xor, 2) \
+ V(Uint32x4_getX, 1) \
+ V(Uint32x4_getY, 1) \
+ V(Uint32x4_getZ, 1) \
+ V(Uint32x4_getW, 1) \
+ V(Uint32x4_setX, 2) \
+ V(Uint32x4_setY, 2) \
+ V(Uint32x4_setZ, 2) \
+ V(Uint32x4_setW, 2) \
+ V(Uint32x4_getFlagX, 1) \
+ V(Uint32x4_getFlagY, 1) \
+ V(Uint32x4_getFlagZ, 1) \
+ V(Uint32x4_getFlagW, 1) \
+ V(Uint32x4_setFlagX, 2) \
+ V(Uint32x4_setFlagY, 2) \
+ V(Uint32x4_setFlagZ, 2) \
+ V(Uint32x4_setFlagW, 2) \
+ V(Uint32x4_select, 3) \
+ V(Uint32x4_toFloat32x4, 1) \
V(isolate_getPortInternal, 0) \
V(isolate_spawnFunction, 2) \
V(isolate_spawnUri, 1) \
« no previous file with comments | « runtime/lib/typeddata_sources.gypi ('k') | runtime/vm/constants_ia32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698