Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-msp430.c2473 static signed int repeat_count = 0; in msp430_operands() local
2592 if (repeat_count) in msp430_operands()
2597 if (repeat_count > 0) in msp430_operands()
2598 extended |= (repeat_count - 1); in msp430_operands()
2600 extended |= (1 << 7) | (- repeat_count); in msp430_operands()
2605 repeat_count = 0; in msp430_operands()
3354 repeat_count = op1.exp.X_add_number; in msp430_operands()
3365 repeat_count = - reg; in msp430_operands()