Searched refs:MSA_MI10_STORE (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 5126 #define MSA_MI10_STORE(elem, num_of_lanes, T) \ macro 5153 MSA_MI10_STORE(b, kMSALanesByte, int8_t); 5156 MSA_MI10_STORE(h, kMSALanesHalf, int16_t); 5159 MSA_MI10_STORE(w, kMSALanesWord, int32_t); 5162 MSA_MI10_STORE(d, kMSALanesDword, int64_t); 5172 #undef MSA_MI10_STORE macro
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 4839 #define MSA_MI10_STORE(elem, num_of_lanes, T) \ macro 4866 MSA_MI10_STORE(b, kMSALanesByte, int8_t); 4869 MSA_MI10_STORE(h, kMSALanesHalf, int16_t); 4872 MSA_MI10_STORE(w, kMSALanesWord, int32_t); 4875 MSA_MI10_STORE(d, kMSALanesDword, int64_t); 4885 #undef MSA_MI10_STORE macro
|
Completed in 18 milliseconds