Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-dis.c353 int shl_low, shr_high, shl_high; in disassemble() local
362 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()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1171 int shl_low, shr_high, shl_high; in mn10300_insert_operand() local
1180 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()