Searched refs:lane_index (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.cc | 1956 int32_t lane_index) { \ 1957 DCHECK(0 <= lane_index && lane_index < lane_count); \ 1960 "" #Type "ExtractLane" #Sign, 1, 0, 0, 1, 0, 0, lane_index); \ 1974 int32_t lane_index) { \ 1975 DCHECK(0 <= lane_index && lane_index < lane_count); \ 1978 0, 0, 1, 0, 0, lane_index); \ 1984 int32_t lane_index) { in I64x2ReplaceLaneI32Pair() 1985 DCHECK(0 <= lane_index in I64x2ReplaceLaneI32Pair() 1983 I64x2ReplaceLaneI32Pair( int32_t lane_index) I64x2ReplaceLaneI32Pair() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 621 void SetActive(VectorFormat vform, int lane_index, bool value) { in SetActive() argument 623 int bit_index = lane_index * psize; in SetActive() 630 bool IsActive(VectorFormat vform, int lane_index) const { in IsActive() 632 int bit_index = lane_index * psize; in IsActive()
|
Completed in 10 milliseconds