Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c1104 op->mode = OP_EXP; in msp430_srcoperand()
1222 op->mode = OP_EXP; in msp430_srcoperand()
1306 op->mode = OP_EXP; in msp430_srcoperand()
1414 op->mode = OP_EXP; in msp430_srcoperand()
1472 op->mode = OP_EXP; in msp430_srcoperand()
1509 op->mode = OP_EXP; in msp430_dstoperand()
1553 if (op1->mode == OP_EXP) in try_encode_mova()
1687 if (op1->reg == 2 && op1->am == 1 && op1->mode == OP_EXP) in try_encode_mova()
2055 if (op1.mode == OP_EXP) in msp430_operands()
2078 if (op1.mode == OP_EXP) in msp430_operands()
[all …]
Dtc-arm.c6483 OP_EXP, /* arbitrary expression */ enumerator
6883 case OP_EXP: in parse_operands()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmsp430.h32 #define OP_EXP 1 macro