Searched refs:HORIZONTAL_ARITHMETIC_DF (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 5504 #define HORIZONTAL_ARITHMETIC_DF(num_of_lanes, int_type, lesser_int_type) \ macro 5511 HORIZONTAL_ARITHMETIC_DF(kMSALanesHalf, int16_t, int8_t); 5514 HORIZONTAL_ARITHMETIC_DF(kMSALanesWord, int32_t, int16_t); 5517 HORIZONTAL_ARITHMETIC_DF(kMSALanesDword, int64_t, int32_t); 5523 #undef HORIZONTAL_ARITHMETIC_DF macro
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 5218 #define HORIZONTAL_ARITHMETIC_DF(num_of_lanes, int_type, lesser_int_type) \ macro 5225 HORIZONTAL_ARITHMETIC_DF(kMSALanesHalf, int16_t, int8_t); 5228 HORIZONTAL_ARITHMETIC_DF(kMSALanesWord, int32_t, int16_t); 5231 HORIZONTAL_ARITHMETIC_DF(kMSALanesDword, int64_t, int32_t); 5237 #undef HORIZONTAL_ARITHMETIC_DF macro
|
Completed in 17 milliseconds