Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c867 #define T_OPCODE_LSL_I 0x0000 macro
13242 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_mov_cmp()
13286 inst.instruction = T_OPCODE_LSL_I; in do_t_mov_cmp()
14086 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()
14129 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()
29656 if (value > 32 || (value == 32 && temp == T_OPCODE_LSL_I)) in md_apply_fix()
29661 newval = (newval & 0x003f) | T_OPCODE_LSL_I; in md_apply_fix()