Home
last modified time | relevance | path

Searched refs:OP_EXP (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-msp430.c1749 op->mode = OP_EXP; in msp430_srcoperand()
1866 op->mode = OP_EXP; in msp430_srcoperand()
1950 op->mode = OP_EXP; in msp430_srcoperand()
2058 op->mode = OP_EXP; in msp430_srcoperand()
2124 op->mode = OP_EXP; in msp430_srcoperand()
2161 op->mode = OP_EXP; in msp430_dstoperand()
2205 if (op1->mode == OP_EXP) in try_encode_mova()
2339 if (op1->reg == 2 && op1->am == 1 && op1->mode == OP_EXP) in try_encode_mova()
2770 if (op1.mode == OP_EXP) in msp430_operands()
2793 if (op1.mode == OP_EXP) in msp430_operands()
[all …]
Dtc-arm.c6529 OP_EXP, /* arbitrary expression */ enumerator
6929 case OP_EXP: in parse_operands()
/toolchain/binutils/binutils-2.27/include/opcode/
Dmsp430.h32 #define OP_EXP 1 macro