Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-msp430.c884 int vshift = -1; local
898 vshift = 0;
903 vshift = 1;
908 vshift = 2;
913 vshift = 3;
918 vshift = 0;
923 vshift = 1;
937 if (vshift == 0)
942 else if (vshift == 1)
947 else if (vshift > 1)
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-msp430.c936 int vshift = -1; in msp430_srcoperand() local
950 vshift = 0; in msp430_srcoperand()
955 vshift = 1; in msp430_srcoperand()
960 vshift = 2; in msp430_srcoperand()
965 vshift = 3; in msp430_srcoperand()
970 vshift = 0; in msp430_srcoperand()
975 vshift = 1; in msp430_srcoperand()
990 if (vshift == 0) in msp430_srcoperand()
995 else if (vshift == 1) in msp430_srcoperand()
1000 else if (vshift > 1) in msp430_srcoperand()
[all …]