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