HomeSort by: relevance | last modified time | path
    Searched defs:dst_index (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 279 ones describing DST_INDEX while subtracting UNIT_DELTA from their unit
965 unsigned dst_index = 0; local
973 (*m_agg_values)[dst_index] = *v;
974 dst_index++;
979 if (dst_index == 0)
985 m_agg_values->truncate (dst_index);
1247 unsigned dst_index,
ipa-prop.cc 5575 unsigned dst_index = 0; local
5590 (*ts->m_agg_values)[dst_index] = *v;
5591 dst_index++;
5597 if (dst_index == 0)
5603 ts->m_agg_values->truncate (dst_index);
  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 1197 get_for_ref (caf_reference_t *ref, size_t *i, size_t *dst_index,
1239 array_offset_dst += dst_index[d];
1274 get_for_ref (ref->next, i, dst_index, single_token, dst, src,
1279 get_for_ref (ref->next, i, dst_index, single_token, dst,
1287 get_for_ref (ref->next, i, dst_index, single_token, dst,
1301 dst_index[dst_dim] = 0;
1329 get_for_ref (ref, i, dst_index, single_token, dst, src,
1333 dst_index[dst_dim]
1345 dst_index[dst_dim] = 0;
1349 get_for_ref (ref, i, dst_index, single_token, dst, src
1564 size_t dst_index[GFC_MAX_DIMENSIONS]; local
2453 size_t dst_index[GFC_MAX_DIMENSIONS]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 1200 get_for_ref (caf_reference_t *ref, size_t *i, size_t *dst_index,
1242 array_offset_dst += dst_index[d];
1277 get_for_ref (ref->next, i, dst_index, single_token, dst, src,
1282 get_for_ref (ref->next, i, dst_index, single_token, dst,
1290 get_for_ref (ref->next, i, dst_index, single_token, dst,
1304 dst_index[dst_dim] = 0;
1332 get_for_ref (ref, i, dst_index, single_token, dst, src,
1336 dst_index[dst_dim]
1348 dst_index[dst_dim] = 0;
1352 get_for_ref (ref, i, dst_index, single_token, dst, src
1567 size_t dst_index[GFC_MAX_DIMENSIONS]; local
2456 size_t dst_index[GFC_MAX_DIMENSIONS]; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 6839 unsigned dst_index; local
6850 dst_index = INSTR (20, 17);
6851 aarch64_set_vec_u8 (cpu, vd, dst_index,
6859 dst_index = INSTR (20, 18);
6860 aarch64_set_vec_u16 (cpu, vd, dst_index,
6868 dst_index = INSTR (20, 19);
6869 aarch64_set_vec_u32 (cpu, vd, dst_index,
6877 dst_index = INSTR (20, 20);
6878 aarch64_set_vec_u64 (cpu, vd, dst_index,
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 6839 unsigned dst_index; local
6850 dst_index = INSTR (20, 17);
6851 aarch64_set_vec_u8 (cpu, vd, dst_index,
6859 dst_index = INSTR (20, 18);
6860 aarch64_set_vec_u16 (cpu, vd, dst_index,
6868 dst_index = INSTR (20, 19);
6869 aarch64_set_vec_u32 (cpu, vd, dst_index,
6877 dst_index = INSTR (20, 20);
6878 aarch64_set_vec_u64 (cpu, vd, dst_index,

Completed in 39 milliseconds