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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.c204 int shiftamt = (completer_table[completer_index].offset & 63);
206 mask = mask << shiftamt;
207 bits = bits << shiftamt;
200 int shiftamt = (completer_table[completer_index].offset & 63); local

Completed in 112 milliseconds