Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c617 #define T_OPCODE_LSL_I 0x0000 macro
9649 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_mov_cmp()
10243 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()
10282 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()
18787 if (value < 0 || value > 32 || (value == 32 && temp == T_OPCODE_LSL_I)) in md_apply_fix()
18792 newval = (newval & 0x003f) | T_OPCODE_LSL_I; in md_apply_fix()