Searched refs:vshift (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-msp430.c290 : ((OP).vshift == 1) \
1702 int vshift = -1; local
1716 vshift = 0;
1721 vshift = 1;
1726 vshift = 2;
1731 vshift = 3;
1736 vshift = 0;
1741 vshift = 1;
1750 op->vshift = vshift;
[all...]
H A Drx-parse.y1701 int vshift = 0;
1750 vshift = 1;
1755 vshift = 2;
1762 val >>= vshift;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-msp430.c936 int vshift = -1; local
950 vshift = 0;
955 vshift = 1;
960 vshift = 2;
965 vshift = 3;
970 vshift = 0;
975 vshift = 1;
990 if (vshift == 0)
995 else if (vshift == 1)
1000 else if (vshift >
[all...]
/haiku-buildtools/binutils/include/opcode/
H A Dmsp430.h30 int vshift; /* Number of bytes to shift operand down. */ member in struct:msp430_operand_s

Completed in 120 milliseconds