HomeSort by relevance Sort by last modified time
    Searched refs:X_md (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-z80.c 230 reg.X_md = 0;
253 nul.X_md=0;
550 op->X_md = indir = is_indir (p);
576 if (op->X_md && (O_register == symbol_get_value_expression(op->X_add_symbol)->X_op))
604 if ( op->X_md && ((REG_IX == op->X_add_number)||(REG_IY == op->X_add_number)) )
777 if (arg->X_md)
866 if ((arg_r.X_md == 0)
898 if (arg_p->X_md)
930 if (addr.X_md)
951 if ((! operand.X_md)
    [all...]
tc-rl78.h 87 ((EXP)->X_md = 0, expression (EXP), TC_PARSE_CONS_RETURN_NONE)
tc-rl78.c 116 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
209 && exp.X_md == BFD_RELOC_RL78_CODE)
210 exp.X_md = 0;
213 && (exp.X_md == BFD_RELOC_RL78_LO16
214 || exp.X_md == BFD_RELOC_RL78_HI16))
218 && exp.X_md == BFD_RELOC_RL78_HI8)
495 exp->X_md = reloc;
684 switch (exp->X_md)
688 type = exp->X_md;
699 type = exp->X_md;
    [all...]
tc-microblaze.c 706 e->X_md = itype;
711 e->X_md = 0;
719 e->X_md = 0;
829 exp->X_md = got_type;
1032 if (exp.X_md != 0)
1033 subtype = get_imm_otype(exp.X_md);
    [all...]
rx-parse.y 100 #define DSP(v,pos,msz) if (!v.X_md) rx_relax (RX_RELAX_DISP, pos); \
    [all...]
tc-m32r.c 454 || exp->X_md == BFD_RELOC_M32R_26_PLTREL
484 *r_type_p = exp->X_md;
    [all...]
tc-epiphany.c 242 || exp->X_md == BFD_RELOC_EPIPHANY_SIMM24
243 || exp->X_md == BFD_RELOC_EPIPHANY_SIMM8
tc-i386-intel.c 271 reg_num = e->X_md - 1;
479 e->X_md = (unsigned short) e->X_add_number + 1;
486 if (e->X_md)
tc-arc.c 984 switch (t->X_md)
1004 (t->X_md) ? namemd : "--");
1078 tok->X_md = O_absent;
    [all...]
tc-metag.c 672 exp->X_md == BFD_RELOC_METAG_GETSET_GOT)
678 exp->X_md == BFD_RELOC_METAG_TLS_IE)
684 exp->X_md == BFD_RELOC_METAG_GOTOFF)
    [all...]
tc-tilegx.c 744 && operand_exp->X_add_symbol->sy_value.X_md)
746 /* HACK: We used X_md to mark this symbol as a fake wrapper
1070 sym->sy_value.X_md = 1;
    [all...]
tc-tilepro.c 635 && operand_exp->X_add_symbol->sy_value.X_md)
637 /* HACK: We used X_md to mark this symbol as a fake wrapper
961 sym->sy_value.X_md = 1;
    [all...]
tc-sh.c 623 *r_type_p = exp->X_md;
627 switch (exp->X_md)
652 switch (exp->X_md)
676 switch (exp->X_md)
700 switch (exp->X_md)
724 switch (exp->X_md)
    [all...]
rl78-parse.y 75 #define DSP(v,pos,msz) if (!v.X_md) rl78_relax (RL78_RELAX_DISP, pos); \
99 #define SET_SA(e) e.X_md = BFD_RELOC_RL78_SADDR
    [all...]
tc-nds32.c     [all...]
tc-cris.c     [all...]
tc-mn10300.c 1001 fixup->reloc = exp->X_md;
    [all...]
tc-rx.c 822 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md;
1259 exp->X_md = reloc;
    [all...]
tc-arm.c     [all...]
tc-tic6x.c     [all...]
tc-i386.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/
expr.h 147 unsigned short X_md;
expr.c     [all...]

Completed in 217 milliseconds