Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c748 #define T_OPCODE_LSL_R 0x4080 macro
11916 opcode = narrow ? T_OPCODE_LSL_R : THUMB_OP32 (T_MNEM_lsl); in do_t_mov_cmp()
12768 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break; in do_t_shift()
12811 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_R; break; in do_t_shift()