HomeSort by relevance Sort by last modified time
    Searched defs:vshift (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
msp430.h 30 int vshift; /* Number of bytes to shift operand down. */ member in struct:msp430_operand_s
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 293 : ((OP).vshift == 1) \
1057 int vshift = -1; local
1071 vshift = 0;
1076 vshift = 1;
1081 vshift = 2;
1086 vshift = 3;
1091 vshift = 0;
1096 vshift = 1;
1105 op->vshift = vshift;
    [all...]

Completed in 656 milliseconds