Searched refs:T_OPCODE_LSL_I (Results 1 – 1 of 1) sorted by relevance
867 #define T_OPCODE_LSL_I 0x0000 macro13242 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()