Searched refs:shl_low (Results 1 – 2 of 2) sorted by relevance
353 int shl_low, shr_high, shl_high; in disassemble() local362 shl_low = operand->shift; in disassemble()363 shl_high = 8 + (8 & shl_low) + (shl_low & 4) / 4; in disassemble()368 shl_low = -operand->shift; in disassemble()369 shl_high = shl_low / 4; in disassemble()378 shl_low = -operand->shift; in disassemble()389 | ((insn >> shl_low) & mask_low)); in disassemble()
1171 int shl_low, shr_high, shl_high; in mn10300_insert_operand() local1180 shl_low = operand->shift; in mn10300_insert_operand()1181 shl_high = 8 + (8 & shl_low) + (shl_low & 4) / 4; in mn10300_insert_operand()1186 shl_low = -operand->shift; in mn10300_insert_operand()1187 shl_high = shl_low / 4; in mn10300_insert_operand()1197 shl_low = -operand->shift; in mn10300_insert_operand()1208 | ((val & mask_low) << shl_low)); in mn10300_insert_operand()