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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 230 reg.X_md = 0;
253 nul.X_md=0;
549 op->X_md = indir = is_indir (p);
575 if (op->X_md && (O_register == symbol_get_value_expression(op->X_add_symbol)->X_op))
603 if ( op->X_md && ((REG_IX == op->X_add_number)||(REG_IY == op->X_add_number)) )
776 if (arg->X_md)
865 if ((arg_r.X_md == 0)
897 if (arg_p->X_md)
929 if (addr.X_md)
950 if ((! operand.X_md)
    [all...]
tc-rl78.c 115 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
208 && exp.X_md == BFD_RELOC_RL78_CODE)
209 exp.X_md = 0;
212 && (exp.X_md == BFD_RELOC_RL78_LO16
213 || exp.X_md == BFD_RELOC_RL78_HI16))
217 && exp.X_md == BFD_RELOC_RL78_HI8)
448 exp->X_md = reloc;
637 switch (exp->X_md)
641 type = exp->X_md;
647 type = exp->X_md;
    [all...]
tc-microblaze.c 707 e->X_md = itype;
712 e->X_md = 0;
720 e->X_md = 0;
823 exp->X_md = got_type;
1026 if (exp.X_md != 0)
1027 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 262 || exp->X_md == BFD_RELOC_EPIPHANY_SIMM24
263 || exp->X_md == BFD_RELOC_EPIPHANY_SIMM8
tc-i386-intel.c 268 reg_num = e->X_md - 1;
476 e->X_md = (unsigned short) e->X_add_number + 1;
483 if (e->X_md)
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 743 && operand_exp->X_add_symbol->sy_value.X_md)
745 /* HACK: We used X_md to mark this symbol as a fake wrapper
1069 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...]
tc-nds32.c     [all...]
tc-cris.c     [all...]
rl78-parse.y 75 #define DSP(v,pos,msz) if (!v.X_md) rl78_relax (RL78_RELAX_DISP, pos); \
    [all...]
tc-mn10300.c 1001 fixup->reloc = exp->X_md;
    [all...]
tc-rx.c 801 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md;
1231 exp->X_md = reloc;
    [all...]
tc-arm.c     [all...]
tc-tic6x.c     [all...]
tc-i386.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
expr.h 147 unsigned short X_md;
expr.c     [all...]

Completed in 2166 milliseconds