Home
last modified time | relevance | path

Searched refs:X_md (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-z80.c507 reg.X_md = 0; in md_begin()
532 nul.X_md=0; in md_begin()
910 op->X_md = indir; in parse_exp_not_indexed()
1008 if (unify_indexed (op) && op->X_md) in parse_exp()
1012 if (op->X_md && ((REG_IX == op->X_add_number) || (REG_IY == op->X_add_number))) in parse_exp()
1287 if (arg->X_md) in emit_mx()
1383 if ((arg_r.X_md == 0) in emit_mr()
1417 if (arg_p->X_md) in emit_sx()
1438 if (*p == ',' && arg_s.X_md == 0 && arg_s.X_op == O_register && arg_s.X_add_number == REG_A) in emit_s()
1464 if (arg_s.X_md != 0 || arg_s.X_op != O_register || arg_s.X_add_number != REG_A) in emit_sub()
[all …]
Dtc-rl78.c114 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md; in rl78_fixup()
207 && exp.X_md == BFD_RELOC_RL78_CODE) in rl78_op()
208 exp.X_md = 0; in rl78_op()
211 && (exp.X_md == BFD_RELOC_RL78_LO16 in rl78_op()
212 || exp.X_md == BFD_RELOC_RL78_HI16)) in rl78_op()
216 && exp.X_md == BFD_RELOC_RL78_HI8) in rl78_op()
482 exp->X_md = reloc; in md_operand()
671 switch (exp->X_md) in rl78_cons_fix_new()
675 type = exp->X_md; in rl78_cons_fix_new()
686 type = exp->X_md; in rl78_cons_fix_new()
[all …]
Dtc-microblaze.c692 e->X_md = itype; in parse_imm()
697 e->X_md = 0; in parse_imm()
705 e->X_md = 0; in parse_imm()
815 exp->X_md = got_type; in parse_cons_expression_microblaze()
1002 if (exp.X_op != O_constant || exp.X_md == IMM_TXTPCREL) in md_assemble()
1018 if (exp.X_md != 0) in md_assemble()
1019 subtype = get_imm_otype(exp.X_md); in md_assemble()
1597 if (exp.X_md != 0) in md_assemble()
1598 subtype = get_imm_otype(exp.X_md); in md_assemble()
1665 if (exp.X_md != 0) in md_assemble()
[all …]
Dtc-rl78.h86 ((EXP)->X_md = 0, expression (EXP), TC_PARSE_CONS_RETURN_NONE)
Drx-parse.y103 #define DSP(v,pos,msz) if (!v.X_md) rx_relax (RX_RELAX_DISP, pos); \
1692 rx_lval.exp.X_md = 0; in rx_lex()
1938 && exp.X_md) in displacement()
1940 switch (exp.X_md) in displacement()
1946 exp.X_md = BFD_RELOC_RX_GPRELB; in displacement()
1949 exp.X_md = BFD_RELOC_RX_GPRELW; in displacement()
1952 exp.X_md = BFD_RELOC_RX_GPRELL; in displacement()
1962 exp.X_md = BFD_RELOC_RX_DIFF; in displacement()
Dtc-arc.c1082 switch (t->X_md) in debug_exp()
1102 (t->X_md) ? namemd : "--"); in debug_exp()
1199 resultP->X_md = r->op; in parse_reloc_symbol()
1278 tok->X_md = O_absent; in tokenize_arguments()
1307 tok->X_md = O_absent; in tokenize_arguments()
2033 switch (tok[tokidx].X_md) in find_opcode_match()
2418 switch (tok[i].X_md) in autodetect_attributes()
3390 expressionP->X_md = O_absent; in md_operand()
3410 && e->X_md == O_absent) in arc_parse_name()
3709 switch (tok.X_md) in may_relax_expr()
[all …]
Dtc-m32r.c452 || exp->X_md == BFD_RELOC_M32R_26_PLTREL in m32r_PIC_related_p()
482 *r_type_p = exp->X_md; in m32r_check_fixup()
2326 exprP->X_md = BFD_RELOC_UNUSED; in m32r_parse_name()
2388 exprP->X_md = reloc_type; in m32r_parse_name()
2397 && exp->X_md == BFD_RELOC_M32R_26_PLTREL) in m32r_cgen_parse_fix_exp()
2400 opinfo = exp->X_md; in m32r_cgen_parse_fix_exp()
Dtc-metag.c671 exp->X_md == BFD_RELOC_METAG_GETSET_GOT) in parse_imm_addr()
677 exp->X_md == BFD_RELOC_METAG_TLS_IE) in parse_imm_addr()
683 exp->X_md == BFD_RELOC_METAG_GOTOFF) in parse_imm_addr()
1884 if (exp->X_md == BFD_RELOC_METAG_GOTOFF) in parse_imm16()
1893 else if (exp->X_md == BFD_RELOC_METAG_PLT) in parse_imm16()
1902 else if (exp->X_md == BFD_RELOC_METAG_TLS_LDO) in parse_imm16()
1911 else if (exp->X_md == BFD_RELOC_METAG_TLS_IENONPIC) in parse_imm16()
1920 else if (exp->X_md == BFD_RELOC_METAG_TLS_LE) in parse_imm16()
1929 else if (exp->X_md == BFD_RELOC_METAG_TLS_GD || in parse_imm16()
1930 exp->X_md == BFD_RELOC_METAG_TLS_LDM) in parse_imm16()
[all …]
Dtc-i386-intel.c306 reg_num = e->X_md - 1; in i386_intel_simplify_register()
545 e->X_md = (unsigned short) e->X_add_number + 1; in i386_intel_simplify()
552 if (e->X_md) in i386_intel_simplify()
Dtc-epiphany.c239 || exp->X_md == BFD_RELOC_EPIPHANY_SIMM24 in epiphany_PIC_related_p()
240 || exp->X_md == BFD_RELOC_EPIPHANY_SIMM8 in epiphany_PIC_related_p()
Dtc-ppc.c851 expressionP->X_md = reg->flags; in md_operand()
889 exp->X_md = reg->flags; in ppc_parse_name()
933 && right->X_md == PPC_OPERAND_CR_REG in ppc_optimize_expr()
937 && left->X_md == PPC_OPERAND_CR_REG in ppc_optimize_expr()
942 left->X_md = PPC_OPERAND_CR_REG | PPC_OPERAND_CR_BIT; in ppc_optimize_expr()
951 && ((right->X_md == PPC_OPERAND_CR_BIT in ppc_optimize_expr()
952 && left->X_md == (PPC_OPERAND_CR_REG | PPC_OPERAND_CR_BIT)) in ppc_optimize_expr()
953 || (right->X_md == (PPC_OPERAND_CR_REG | PPC_OPERAND_CR_BIT) in ppc_optimize_expr()
954 && left->X_md == PPC_OPERAND_CR_BIT))) in ppc_optimize_expr()
956 left->X_md = PPC_OPERAND_CR_BIT; in ppc_optimize_expr()
[all …]
Drx-parse.c161 #define DSP(v,pos,msz) if (!v.X_md) rx_relax (RX_RELAX_DISP, pos); \
5038 rx_lval.exp.X_md = 0; in rx_lex()
5284 && exp.X_md) in displacement()
5286 switch (exp.X_md) in displacement()
5292 exp.X_md = BFD_RELOC_RX_GPRELB; in displacement()
5295 exp.X_md = BFD_RELOC_RX_GPRELW; in displacement()
5298 exp.X_md = BFD_RELOC_RX_GPRELL; in displacement()
5308 exp.X_md = BFD_RELOC_RX_DIFF; in displacement()
Drl78-parse.y75 #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
1490 rl78_lval.exp.X_md = 0; in rl78_lex()
Dtc-tilepro.c629 if (sval && sval->X_md) in emit_tilepro_instruction()
955 symbol_get_value_expression (sym)->X_md = 1; in tilepro_parse_name()
Dtc-tilegx.c741 if (sval && sval->X_md) in emit_tilegx_instruction()
1067 symbol_get_value_expression (sym)->X_md = 1; in tilegx_parse_name()
Dtc-cris.c1450 && output_instruction.expr.X_md != 0) in md_assemble()
1969 out_insnp->expr.X_md = 1; in cris_process_instruction()
1983 out_insnp->expr.X_md = 0; in cris_process_instruction()
Dtc-nds32.c4776 switch (pexp->X_md) in nds32_elf_record_fixup_exp()
4820 switch (pexp->X_md) in nds32_elf_record_fixup_exp()
4861 switch (pexp->X_md) in nds32_elf_record_fixup_exp()
7886 exprP->X_md = BFD_RELOC_UNUSED; in nds32_parse_name()
7900 exprP->X_md = BFD_RELOC_NDS32_GOTPC20; in nds32_parse_name()
7913 exprP->X_md = suffix_table[i].reloc; in nds32_parse_name()
Drl78-parse.c133 #define DSP(v,pos,msz) if (!v.X_md) rl78_relax (RL78_RELAX_DISP, pos); \
157 #define SET_SA(e) e.X_md = BFD_RELOC_RL78_SADDR
4734 rl78_lval.exp.X_md = 0; in rl78_lex()
Dtc-mn10300.c998 fixup->reloc = exp->X_md; in mn10300_check_fixup()
2534 exprP->X_md = reloc_type; in mn10300_parse_name()
Dtc-sh.c337 *r_type_p = exp->X_md; in sh_check_fixup()
341 switch (exp->X_md) in sh_check_fixup()
3997 exprP->X_md = reloc_type; in sh_parse_name()
Dtc-rx.c813 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md; in rx_fixup()
1273 exp->X_md = reloc; in md_operand()
Dtc-arm.c3556 && (pool->literals[entry].X_md == nbytes) in add_to_lit_pool()
3569 && (pool->literals[entry].X_md == nbytes)) in add_to_lit_pool()
3585 padding_slot_p = ((pool->literals[entry].X_md >> 8) == PADDING_SLOT); in add_to_lit_pool()
3631 pool->literals[entry++].X_md = (PADDING_SLOT << 8) | 4; in add_to_lit_pool()
3645 pool->literals[entry++].X_md = 4; in add_to_lit_pool()
3650 pool->literals[entry].X_md = 4; in add_to_lit_pool()
3657 pool->literals[entry].X_md = 4; in add_to_lit_pool()
3673 pool->literals[entry].X_md = nbytes; in add_to_lit_pool()
3805 pool->literals[entry].X_md & LIT_ENTRY_SIZE_MASK); in s_ltorg()
/netbsd/src/external/gpl3/binutils/dist/gas/
Dexpr.h149 unsigned short X_md; member
DChangeLog-20101672 i386_intel_simplify_register. Set X_md for O_register and
1673 check X_md for O_constant.
1677 (x86_cons): Initialize the X_md field. Use i386_is_register.
1683 * expr.c (expr): Initialize the X_md field.
Dexpr.c1857 right.X_md = 0; in expr()

12