Searched refs:tab2 (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dpcrelcp-1.s29 .global tab2
30 .type tab2,@object
31 tab2: label
50 .size tab1,.-tab2
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-h8300/
H A Drelax-7b.s12 .section .rodata.tab2,"a",@progbits
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dl0.s26 loadsym P0, tab2;
117 tab2: label
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dl0.s26 loadsym P0, tab2;
117 tab2: label
/netbsd-current/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S32 #define tab2 reserved1 define
200 ila tab2, _ovly_table - 16 # 0,2 -4
220 lqx vma, tab2, off2 # 1,6 7
224 ila tab2, _ovly_table - 16 # 0,2 0
237 lqx vma, tab2, off2 # 1,6 6
/netbsd-current/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S32 #define tab2 reserved1 define
200 ila tab2, _ovly_table - 16 # 0,2 -4
220 lqx vma, tab2, off2 # 1,6 7
224 ila tab2, _ovly_table - 16 # 0,2 0
237 lqx vma, tab2, off2 # 1,6 6
/netbsd-current/external/gpl3/gdb.old/dist/ld/emultempl/
H A Dspu_ovl.S32 #define tab2 reserved1 define
200 ila tab2, _ovly_table - 16 # 0,2 -4
220 lqx vma, tab2, off2 # 1,6 7
224 ila tab2, _ovly_table - 16 # 0,2 0
237 lqx vma, tab2, off2 # 1,6 6
/netbsd-current/external/mit/isl/dist/
H A Disl_tab.c417 * represented by tableaus tab1 and tab2.
420 * - redundant rows of tab2
422 * - non-redundant rows of tab2
428 * - dead columns of tab2
430 * - live columns of tab2
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->mat->ctx, tab1->rational == tab2->rational, return NULL);
446 isl_assert(tab1->mat->ctx, tab1->cone == tab2
[all...]
H A Disl_tab.h299 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dhashtab.d260 static assert(!__traits(compiles, { HashTab!(int, int) tab2 = tab; }));
261 HashTab!(int, int) tab2;
262 static assert(!__traits(compiles, tab = tab2));
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c1144 static bfd_reloc_code_real_type tab2[] = local
1160 reloc = tab2[suffix];
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c1136 static bfd_reloc_code_real_type tab2[] = local
1152 reloc = tab2[suffix];
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c1134 static bfd_reloc_code_real_type tab2[] = local
1150 reloc = tab2[suffix];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c6050 optab tab1, tab2;
6063 tab2 = uns_p ? vec_widen_umult_odd_optab : vec_widen_smult_odd_optab;
6067 tab2 = uns_p ? vec_widen_umult_hi_optab : vec_widen_smult_hi_optab;
6069 std::swap (tab1, tab2);
6090 expand_insn (optab_handler (tab2, mode), 3, eops);
6027 optab tab1, tab2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc6502 optab tab1, tab2;
6515 tab2 = uns_p ? vec_widen_umult_odd_optab : vec_widen_smult_odd_optab;
6519 tab2 = uns_p ? vec_widen_umult_hi_optab : vec_widen_smult_hi_optab;
6521 std::swap (tab1, tab2);
6542 expand_insn (optab_handler (tab2, mode), 3, eops);
6479 optab tab1, tab2; local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c144856 int tab1, tab2; local
[all...]

Completed in 1315 milliseconds