Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c293 : ((OP).vshift == 1) \
1057 int vshift = -1; in msp430_srcoperand() local
1071 vshift = 0; in msp430_srcoperand()
1076 vshift = 1; in msp430_srcoperand()
1081 vshift = 2; in msp430_srcoperand()
1086 vshift = 3; in msp430_srcoperand()
1091 vshift = 0; in msp430_srcoperand()
1096 vshift = 1; in msp430_srcoperand()
1105 op->vshift = vshift; in msp430_srcoperand()
1112 if (vshift == 0) in msp430_srcoperand()
[all …]
Drx-parse.y1523 int vshift = 0; in displacement() local
1572 vshift = 1; in displacement()
1577 vshift = 2; in displacement()
1584 val >>= vshift; in displacement()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmsp430.h30 int vshift; /* Number of bytes to shift operand down. */ member
DChangeLog138 * msp430.h (struct msp430_operand_s): Add vshift field.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1012 Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
1013 (msp430_srcoperand): Store vshift value in operand.