Searched refs:O_md1 (Results 1 – 22 of 22) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-z80.c | 919 op->X_op = O_md1; in parse_exp_not_indexed() 1009 op->X_op = O_md1; in parse_exp() 1015 op->X_op = O_md1; in parse_exp() 1025 if (op->X_op != O_md1 || op->X_add_symbol != zero) in parse_exp() 1166 || (val->X_op == O_md1) in emit_data_val() 1317 case O_md1: in emit_mx() 1354 case O_md1: in emit_m() 1378 case O_md1: in emit_mr() 1413 case O_md1: in emit_sx() 1533 if ((operand.X_op == O_md1) || (operand.X_op == O_register)) in emit_incdec() [all …]
|
| D | tc-metag.h | 66 #define O_PIC_reloc O_md1
|
| D | tc-epiphany.h | 69 #define O_PIC_reloc O_md1
|
| D | tc-m32r.h | 115 #define O_PIC_reloc O_md1
|
| D | tc-mn10300.h | 57 #define O_PIC_reloc O_md1
|
| D | tc-sh.h | 236 #define O_PIC_reloc O_md1
|
| D | tc-kvx.h | 40 #define O_pseudo_fixup O_md1
|
| D | tc-aarch64.h | 319 #define O_secrel O_md1
|
| D | tc-arm.h | 365 #define O_secrel O_md1
|
| D | tc-i386.h | 468 #define O_secrel O_md1
|
| D | tc-tilepro.c | 105 #define O_lo16 O_md1
|
| D | tc-tilegx.c | 151 #define O_hw0 O_md1
|
| D | tc-arc.c | 491 #define O_gotoff O_md1 /* @gotoff relocation. */
|
| D | tc-tic6x.c | 1721 #define O_dsbt_index O_md1
|
| D | tc-alpha.c | 123 #define O_pregister O_md1 /* O_register, in parentheses. */
|
| D | tc-xtensa.c | 345 #define O_pltrel O_md1 /* like O_symbol but use a PLT reloc */
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | expr.h | 108 O_md1, O_md2, O_md3, O_md4, O_md5, O_md6, O_md7, O_md8, enumerator
|
| D | expr.c | 1614 gas_assert (op >= O_md1 && op < ARRAY_SIZE (op_rank)); in expr_set_rank()
|
| D | symbols.c | 1416 case O_md1: in resolve_symbol_value()
|
| D | ChangeLog-2004 | 562 * config/tc-i386.h (O_secrel): Define as O_md1.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | internals.texi | 1040 symbols (that is, for any symbol with operation O_md1..O_md32 inclusively).
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 30102 O_pseudo_fixup was defined as O_max+1, missing the fact that O_md1 112063 Assuming GMSD is a special operand, marked as O_md1, the code:
|