Home
last modified time | relevance | path

Searched refs:INTERLEAVE_PACK_DF (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc5554 #define INTERLEAVE_PACK_DF(num_of_lanes, int_type) \ macro
5561 INTERLEAVE_PACK_DF(kMSALanesByte, int8_t);
5564 INTERLEAVE_PACK_DF(kMSALanesHalf, int16_t);
5567 INTERLEAVE_PACK_DF(kMSALanesWord, int32_t);
5570 INTERLEAVE_PACK_DF(kMSALanesDword, int64_t);
5576 #undef INTERLEAVE_PACK_DF macro
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc5268 #define INTERLEAVE_PACK_DF(num_of_lanes, int_type) \ macro
5275 INTERLEAVE_PACK_DF(kMSALanesByte, int8_t);
5278 INTERLEAVE_PACK_DF(kMSALanesHalf, int16_t);
5281 INTERLEAVE_PACK_DF(kMSALanesWord, int32_t);
5284 INTERLEAVE_PACK_DF(kMSALanesDword, int64_t);
5290 #undef INTERLEAVE_PACK_DF macro

Completed in 17 milliseconds