Lines Matching refs:imm_op
296 : ((imm_op || byte_op) \
307 : (imm_op || byte_op) \
1047 bfd_boolean * imm_op, in msp430_srcoperand() argument
1067 *imm_op = TRUE; in msp430_srcoperand()
1382 *imm_op = TRUE; in msp430_srcoperand()
1539 try_encode_mova (bfd_boolean imm_op, in try_encode_mova() argument
1551 if (imm_op) in try_encode_mova()
1810 bfd_boolean byte_op, imm_op; in msp430_operands() local
1921 imm_op = FALSE; in msp430_operands()
2108 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, TRUE); in msp430_operands()
2238 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, FALSE); in msp430_operands()
2243 imm_op = FALSE; in msp430_operands()
2279 imm_op = FALSE; in msp430_operands()
2281 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, in msp430_operands()
2292 if (imm_op) in msp430_operands()
2613 imm_op = FALSE; in msp430_operands()
2632 &imm_op, extended_op, FALSE); in msp430_operands()
2654 if ((op_length = try_encode_mova (imm_op, bin, & op1, & op2, in msp430_operands()
2713 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, TRUE); in msp430_operands()
2726 if ((op_length = try_encode_mova (imm_op, 0x0000, & op1, & op2, in msp430_operands()
2887 &imm_op, extended_op, TRUE); in msp430_operands()