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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c617 #define T_OPCODE_LSL_I 0x0000 macro
9623 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
10217 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
10256 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_I; break;
18765 if (value < 0 || value > 32 || (value == 32 && temp == T_OPCODE_LSL_I))
18770 newval = (newval & 0x003f) | T_OPCODE_LSL_I;

Completed in 75 milliseconds