Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-arm.c614 #define T_OPCODE_LSR_R 0x40c0 macro
9574 opcode = narrow ? T_OPCODE_LSR_R : THUMB_OP32 (T_MNEM_lsr); in do_t_mov_cmp()
10198 case SHIFT_LSR: inst.instruction = T_OPCODE_LSR_R; break; in do_t_shift()
10237 case T_MNEM_lsr: inst.instruction = T_OPCODE_LSR_R; break; in do_t_shift()