Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c9974 unsigned shift_value = inst.reloc.exp.X_add_number; local
9976 if (shift_value > 32 || (shift_value == 32 && shift == THUMB_LSL))
9983 if (shift_value == 0)
9987 if (shift_value == 32)
9988 shift_value = 0;
9990 inst.instruction |= shift_value << 6;