Searched refs:sc_form_1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h142 static const unsigned int sc_form_1[] = { variable
272 #define N_SC_FORM1 (sizeof (sc_form_1) / sizeof (unsigned int))
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
313 code = find - sc_form_1 + N_SC_FORM0;
462 sc[i] = sc_form_1[code - N_SC_FORM0] | (r << 20) | (r << 4);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h142 static const unsigned int sc_form_1[] = { variable
272 #define N_SC_FORM1 (sizeof (sc_form_1) / sizeof (unsigned int))
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
313 code = find - sc_form_1 + N_SC_FORM0;
462 sc[i] = sc_form_1[code - N_SC_FORM0] | (r << 20) | (r << 4);
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h142 static const unsigned int sc_form_1[] = { variable
272 #define N_SC_FORM1 (sizeof (sc_form_1) / sizeof (unsigned int))
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
313 code = find - sc_form_1 + N_SC_FORM0;
462 sc[i] = sc_form_1[code - N_SC_FORM0] | (r << 20) | (r << 4);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h142 static const unsigned int sc_form_1[] = { variable
272 #define N_SC_FORM1 (sizeof (sc_form_1) / sizeof (unsigned int))
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
313 code = find - sc_form_1 + N_SC_FORM0;
462 sc[i] = sc_form_1[code - N_SC_FORM0] | (r << 20) | (r << 4);

Completed in 92 milliseconds