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

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h108 static const unsigned int sc_form_0[] = { variable
271 #define N_SC_FORM0 (sizeof (sc_form_0) / sizeof (unsigned int))
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
303 code = find - sc_form_0;
460 sc[i] = sc_form_0[code] | (r << 20) | (r << 15);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h108 static const unsigned int sc_form_0[] = { variable
271 #define N_SC_FORM0 (sizeof (sc_form_0) / sizeof (unsigned int))
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
303 code = find - sc_form_0;
460 sc[i] = sc_form_0[code] | (r << 20) | (r << 15);
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h108 static const unsigned int sc_form_0[] = { variable
271 #define N_SC_FORM0 (sizeof (sc_form_0) / sizeof (unsigned int))
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
303 code = find - sc_form_0;
460 sc[i] = sc_form_0[code] | (r << 20) | (r << 15);
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h108 static const unsigned int sc_form_0[] = { variable
271 #define N_SC_FORM0 (sizeof (sc_form_0) / sizeof (unsigned int))
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
303 code = find - sc_form_0;
460 sc[i] = sc_form_0[code] | (r << 20) | (r << 15);

Completed in 138 milliseconds