Searched refs:OP_EXP (Results 1 – 3 of 3) sorted by relevance
1104 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 …]
6483 OP_EXP, /* arbitrary expression */ enumerator6883 case OP_EXP: in parse_operands()
32 #define OP_EXP 1 macro