Searched refs:tab1 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dpcrelcp-1.s14 .global tab1
15 .type tab1,@object
16 tab1: label
26 .size tab1,.-tab1
50 .size tab1,.-tab2
/netbsd-current/external/mit/isl/dist/
H A Disl_tab.c417 * represented by tableaus tab1 and tab2.
419 * - redundant rows of tab1
421 * - non-redundant rows of tab1
427 * - dead columns of tab1
429 * - live columns of tab1
434 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2) argument
441 if (!tab1 || !tab2)
444 isl_assert(tab1->mat->ctx, tab1->M == tab2->M, return NULL);
445 isl_assert(tab1
[all...]
H A Disl_tab.h299 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2);
/netbsd-current/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S31 #define tab1 reserved1 define
133 ila tab1, _ovly_table - 16 # 0,2 0
146 lqx vma, tab1, off1 # 1,6 8
/netbsd-current/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S31 #define tab1 reserved1 define
133 ila tab1, _ovly_table - 16 # 0,2 0
146 lqx vma, tab1, off1 # 1,6 8
/netbsd-current/external/gpl3/gdb.old/dist/ld/emultempl/
H A Dspu_ovl.S31 #define tab1 reserved1 define
133 ila tab1, _ovly_table - 16 # 0,2 0
146 lqx vma, tab1, off1 # 1,6 8
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c6050 optab tab1, tab2;
6058 tab1 = uns_p ? umul_highpart_optab : smul_highpart_optab;
6059 return expand_binop (mode, tab1, op0, op1, target, uns_p,
6062 tab1 = uns_p ? vec_widen_umult_even_optab : vec_widen_smult_even_optab;
6066 tab1 = uns_p ? vec_widen_umult_lo_optab : vec_widen_smult_lo_optab;
6069 std::swap (tab1, tab2);
6075 icode = optab_handler (tab1, mode);
6027 optab tab1, tab2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc6502 optab tab1, tab2;
6510 tab1 = uns_p ? umul_highpart_optab : smul_highpart_optab;
6511 return expand_binop (mode, tab1, op0, op1, target, uns_p,
6514 tab1 = uns_p ? vec_widen_umult_even_optab : vec_widen_smult_even_optab;
6518 tab1 = uns_p ? vec_widen_umult_lo_optab : vec_widen_smult_lo_optab;
6521 std::swap (tab1, tab2);
6527 icode = optab_handler (tab1, mode);
6479 optab tab1, tab2; local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c144856 int tab1, tab2; local
[all...]

Completed in 722 milliseconds