Searched refs:T_OPCODE_LSR_R (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c614 #define T_OPCODE_LSR_R 0x40c0 macro
9634 opcode = narrow ? T_OPCODE_LSR_R : THUMB_OP32 (T_MNEM_lsr);
10258 case SHIFT_LSR: inst.instruction = T_OPCODE_LSR_R; break;
10297 case T_MNEM_lsr: inst.instruction = T_OPCODE_LSR_R; break;

Completed in 261 milliseconds