test-heap.cc | 225 template <typename T, typename LANE_TYPE, int LANES> 226 static void CheckSimdValue(T* value, LANE_TYPE lane_values[LANES], 228 // Check against lane_values, and check that all lanes can be set to 229 // other_value without disturbing the other lanes. 230 for (int i = 0; i < LANES; i++) { 233 for (int i = 0; i < LANES; i++) { 235 for (int j = 0; j < LANES; j++) { 256 float lanes[4] = {1, 2, 3, 4}; local 260 Handle<Float32x4> value = factory->NewFloat32x4(lanes); 262 CheckSimdValue<Float32x4, float, 4>(*value, lanes, 3.14f) 293 int32_t lanes[4] = {1, 2, 3, 4}; local 307 uint32_t lanes[4] = {1, 2, 3, 4}; local 321 bool lanes[4] = {true, false, true, false}; local 335 int16_t lanes[8] = {1, 2, 3, 4, 5, 6, 7, 8}; local 349 uint16_t lanes[8] = {1, 2, 3, 4, 5, 6, 7, 8}; local 363 bool lanes[8] = {true, false, true, false, true, false, true, false}; local 377 int8_t lanes[16] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; local 391 uint8_t lanes[16] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; local 405 bool lanes[16] = {true, false, true, false, true, false, true, false, local [all...] |