Lines Matching refs:direct
236 } direct; member
428 current_op->direct.label = token + 1; in tic30_operand()
432 retval = expression (¤t_op->direct.direct_expr); in tic30_operand()
435 current_op->direct.direct_expr.X_op); in tic30_operand()
437 (long) current_op->direct.direct_expr.X_add_number); in tic30_operand()
442 if (current_op->direct.direct_expr.X_op == O_constant) in tic30_operand()
444 current_op->direct.address = in tic30_operand()
445 current_op->direct.direct_expr.X_add_number; in tic30_operand()
446 current_op->direct.resolved = 1; in tic30_operand()
452 current_op->direct.address = atoi (token + 1); in tic30_operand()
453 current_op->direct.resolved = 1; in tic30_operand()
1738 if (insn.operand_type[am_insn]->direct.resolved == 1) in md_assemble()
1743 (insn.operand_type[am_insn]->direct.address & 0x0000FFFF); in md_assemble()
1751 & insn.operand_type[am_insn]->direct.direct_expr, in md_assemble()
1919 if (insn.operand_type[0]->direct.resolved == 1) in md_assemble()
1923 (insn.operand_type[0]->direct.address & 0x00FF0000) >> 16; in md_assemble()
1932 1, &insn.operand_type[0]->direct.direct_expr, 0, 0); in md_assemble()