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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c613 #define T_OPCODE_LSL_R 0x4080 macro
9510 opcode = narrow ? T_OPCODE_LSL_R : THUMB_OP32 (T_MNEM_lsl);
10139 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break;
10178 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_R; break;

Completed in 190 milliseconds