Searched refs:shift_within_word (Results 51 - 54 of 54) sorted by relevance

123

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dm32c-ibld.c214 int shift_within_word, shift_to_word, shift;
221 shift_within_word = start + 1 - length;
223 shift_within_word = word_length - start - length;
226 shift = shift_to_word + shift_within_word;
213 int shift_within_word, shift_to_word, shift; local
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dm32c-ibld.c214 int shift_within_word, shift_to_word, shift;
221 shift_within_word = start + 1 - length;
223 shift_within_word = word_length - start - length;
226 shift = shift_to_word + shift_within_word;
213 int shift_within_word, shift_to_word, shift; local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dm32c-ibld.c214 int shift_within_word, shift_to_word, shift;
221 shift_within_word = start + 1 - length;
223 shift_within_word = word_length - start - length;
226 shift = shift_to_word + shift_within_word;
213 int shift_within_word, shift_to_word, shift; local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dm32c-ibld.c214 int shift_within_word, shift_to_word, shift;
221 shift_within_word = start + 1 - length;
223 shift_within_word = word_length - start - length;
226 shift = shift_to_word + shift_within_word;
213 int shift_within_word, shift_to_word, shift; local

Completed in 299 milliseconds

123