Searched refs:OP_EXP (Results 1 – 4 of 4) sorted by relevance
1966 op->mode = OP_EXP; in msp430_srcoperand()2089 op->mode = OP_EXP; in msp430_srcoperand()2178 op->mode = OP_EXP; in msp430_srcoperand()2287 op->mode = OP_EXP; in msp430_srcoperand()2357 op->mode = OP_EXP; in msp430_srcoperand()2394 op->mode = OP_EXP; in msp430_dstoperand()2439 if (op1->mode == OP_EXP) in try_encode_mova()2573 if (op1->reg == 2 && op1->am == 1 && op1->mode == OP_EXP) in try_encode_mova()3110 if (op1.mode == OP_EXP) in msp430_operands()3133 if (op1.mode == OP_EXP) in msp430_operands()[all …]
7269 OP_EXP, /* arbitrary expression */ enumerator7831 case OP_EXP: in parse_operands()
47 #define OP_EXP 1 macro