Searched refs:src_index (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-20.c14 int dest, src, dest_index, src_index; local
19 src_index = gfc_rank_cst[1 - n];
20 a (se->pre, b (dest, dest_index), c (src, src_index));
/haiku-buildtools/gcc/gcc/
H A Dgimple-streamer-in.c88 int src_index = streamer_read_uhwi (ib); local
93 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-maxq.c701 short int src_index = 0, dst_index = 0; local
712 src_index = 0x00;
716 src_index = i.maxq20_op[0].reg[0].Mod_index;
727 src_index = i.maxq20_op[1].reg[0].Mod_index;
731 src_index = i.maxq20_op[1].reg[0].Mod_index;
737 src_index = 0x00;
742 src_index = 0x00;
748 src_index = i.maxq20_op[1].r_bit->reg->Mod_index;
752 if (src_index >= 0x00 && src_index <
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c494 int src_index = dst_index - size; local
495 if (src_index < low_index)
496 src_index = dst_index + size + offset;
497 type = stack_type_map [src_index];
500 if (src_index <= low_index)
503 src_index--; dst_index--;
504 type = stack_type_map[src_index];
510 if (src_index != dst_index)
512 tree src_decl = find_stack_slot (src_index, type);
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c683 int src_index = dst_index - size;
684 if (src_index < low_index)
685 src_index = dst_index + size + offset;
686 type = stack_type_map [src_index];
690 gcc_assert (src_index > low_index);
693 src_index--; dst_index--;
694 type = stack_type_map[src_index];
700 if (src_index != dst_index)
702 tree src_decl = find_stack_slot (src_index, type);
681 int src_index = dst_index - size; local

Completed in 100 milliseconds