Searched refs:T_OPCODE_LSL_I (Results 1 – 1 of 1) sorted by relevance
704 #define T_OPCODE_LSL_I 0x0000 macro11663 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_mov_cmp()11714 inst.instruction = T_OPCODE_LSL_I; in do_t_mov_cmp()12482 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()12525 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()22881 if (value < 0 || value > 32 || (value == 32 && temp == T_OPCODE_LSL_I)) in md_apply_fix()22886 newval = (newval & 0x003f) | T_OPCODE_LSL_I; in md_apply_fix()