Home
last modified time | relevance | path

Searched refs:dst_index (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.c684 unsigned int dst_index, in get_readers_for_single_write() argument
699 d->DstIndex = dst_index; in get_readers_for_single_write()
/external/vixl/src/vixl/a64/
Dsimulator-a64.h1807 int dst_index,
1812 int dst_index,
1854 int dst_index,
2022 int dst_index,
Dlogic-a64.cc1346 int dst_index, in sminmaxp() argument
1358 dst.SetInt(vform, dst_index + (i >> 1), dst_val); in sminmaxp()
1525 int dst_index, in uminmaxp() argument
1537 dst.SetUint(vform, dst_index + (i >> 1), dst_val); in uminmaxp()
2378 int dst_index, in ins_element() argument
2381 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); in ins_element()
2388 int dst_index, in ins_immediate() argument
2391 dst.SetUint(vform, dst_index, value); in ins_immediate()
/external/v8/src/
Dbuiltins.cc177 static void MoveDoubleElements(FixedDoubleArray* dst, int dst_index, in MoveDoubleElements() argument
180 MemMove(dst->data_start() + dst_index, src->data_start() + src_index, in MoveDoubleElements()
Dhydrogen.cc2160 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); in BuildCopySeqStringChars() local
2161 Add<HSeqStringSetChar>(dst_encoding, dst, dst_index, value); in BuildCopySeqStringChars()
/external/v8/src/heap/
Dmark-compact.cc1124 int dst_index = new_length++; in ProcessOptimizedCodeMaps() local
1125 Object** slot = code_map->RawFieldOfElementAt(dst_index); in ProcessOptimizedCodeMaps()
1127 code_map->set(dst_index, object); in ProcessOptimizedCodeMaps()
Dheap.cc868 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index, in MoveElements() argument
873 Object** dst_objects = array->data_start() + dst_index; in MoveElements()
879 RecordWrite(array->address(), array->OffsetOfElementAt(dst_index + i)); in MoveElements()
Dheap.h668 void MoveElements(FixedArray* array, int dst_index, int src_index, int len);