Searched refs:MSA_MI10_LOAD (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 5119 #define MSA_MI10_LOAD(elem, num_of_lanes, T) \ macro 5136 MSA_MI10_LOAD(b, kMSALanesByte, int8_t); 5139 MSA_MI10_LOAD(h, kMSALanesHalf, int16_t); 5142 MSA_MI10_LOAD(w, kMSALanesWord, int32_t); 5145 MSA_MI10_LOAD(d, kMSALanesDword, int64_t); 5171 #undef MSA_MI10_LOAD macro
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 4832 #define MSA_MI10_LOAD(elem, num_of_lanes, T) \ macro 4849 MSA_MI10_LOAD(b, kMSALanesByte, int8_t); 4852 MSA_MI10_LOAD(h, kMSALanesHalf, int16_t); 4855 MSA_MI10_LOAD(w, kMSALanesWord, int32_t); 4858 MSA_MI10_LOAD(d, kMSALanesDword, int64_t); 4884 #undef MSA_MI10_LOAD macro
|
Completed in 17 milliseconds