Searched refs:par_index (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcgen-engine.h344 int par_index;
341 int par_index; member in struct:insn_sem
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.c1916 int par_index;
1923 for (par_index = 0; par_index < limit; par_index++)
1925 rtx elem = XVECEXP (span, 0, par_index);
2180 int par_index;
2190 for (par_index = 0; par_index < limit; par_index++)
2192 elem = XVECEXP (expr, 0, par_index);
1915 int par_index; local
2179 int par_index; local
2617 int par_index; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Ddecode2.c243 if (t->par_index != NOPAR)
245 init_idesc (cpu, &table[t->par_index], t);
246 table[t->index].par_idesc = &table[t->par_index];
248 if (t->par_index != NOPAR)
251 table[t->par_index].par_idesc = &table[t->write_index];
H A Ddecodex.c236 if (t->par_index != NOPAR)
238 init_idesc (cpu, &table[t->par_index], t);
239 table[t->index].par_idesc = &table[t->par_index];
241 if (t->par_index != NOPAR)
244 table[t->par_index].par_idesc = &table[t->write_index];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2out.c1551 int par_index;
1554 for (par_index = 0; par_index < limit; par_index++)
1555 if (GET_CODE (XVECEXP (expr, 0, par_index)) == SET
1556 && (RTX_FRAME_RELATED_P (XVECEXP (expr, 0, par_index))
1557 || par_index == 0))
1558 dwarf2out_frame_debug_expr (XVECEXP (expr, 0, par_index), label);
1550 int par_index; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c9836 int par_index;
9838 for (par_index = 0; par_index < limit; par_index++)
9840 rtx x = XVECEXP (pat, 0, par_index);
9814 int par_index; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c8423 int par_index;
8425 for (par_index = 0; par_index < limit; par_index++)
8427 rtx x = XVECEXP (pat, 0, par_index);
8401 int par_index; local

Completed in 269 milliseconds