Home
last modified time | relevance | path

Searched refs:shift_names (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/hpc/hpc/platid_gen/
Dplatid_gen.c102 char* shift_names[NMODES][MAXNEST] = { variable
398 shift_names[mode][nest]); in gen_header()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-9899687 branch_push_pop_names, saturation_names, shift_names, mix_names,
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-9899687 branch_push_pop_names, saturation_names, shift_names, mix_names,
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c24155 static const struct asm_shift_name shift_names [] = variable
30901 for (i = 0; i < sizeof (shift_names) / sizeof (struct asm_shift_name); i++) in md_begin()
30902 str_hash_insert (arm_shift_hsh, shift_names[i].name, shift_names + i, 0); in md_begin()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-00015219 Make reference to first element of shift_names explicit.
5261 (shift_names[]); New.