Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-msp430.c290 : ((OP).vshift == 1) \
1702 int vshift = -1; in msp430_srcoperand() local
1716 vshift = 0; in msp430_srcoperand()
1721 vshift = 1; in msp430_srcoperand()
1726 vshift = 2; in msp430_srcoperand()
1731 vshift = 3; in msp430_srcoperand()
1736 vshift = 0; in msp430_srcoperand()
1741 vshift = 1; in msp430_srcoperand()
1750 op->vshift = vshift; in msp430_srcoperand()
1757 if (vshift == 0) in msp430_srcoperand()
[all …]
Drx-parse.y1701 int vshift = 0; in displacement() local
1750 vshift = 1; in displacement()
1755 vshift = 2; in displacement()
1762 val >>= vshift; in displacement()
/toolchain/binutils/binutils-2.27/include/opcode/
Dmsp430.h30 int vshift; /* Number of bytes to shift operand down. */ member
DChangeLog-0415486 * msp430.h (struct msp430_operand_s): Add vshift field.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20141185 Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
1186 (msp430_srcoperand): Store vshift value in operand.