/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | index.l | 10 .*.s:20: Error: [Ii]ndex can only be applied to rotating or indirect registers 11 .*.s:21: Error: [Ii]ndex can only be applied to rotating or indirect registers 12 .*.s:22: Error: [Ii]ndex can only be applied to rotating or indirect registers 13 .*.s:23: Error: [Ii]ndex can only be applied to rotating or indirect registers 14 .*.s:24: Error: [Ii]ndex can only be applied to rotating or indirect registers 15 .*.s:25: Error: [Ii]ndex can only be applied to rotating or indirect registers 16 .*.s:27: Error: [Ii]ndex can only be applied to rotating or indirect registers 17 .*.s:28: Error: [Ii]ndex can only be applied to rotating or indirect registers 18 .*.s:29: Error: [Ii]ndex can only be applied to rotating or indirect registers 19 .*.s:30: Error: [Ii]ndex can only be applied to rotating or indirect registers [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic30.c | 242 } indirect; member 564 current_op->indirect.mod = ind_addr_op->modfield; in tic30_operand() 565 current_op->indirect.disp = disp_number; in tic30_operand() 566 current_op->indirect.ARnum = ar_number; in tic30_operand() 984 p_insn.opcode |= (p_insn.operand_type[0][0]->indirect.ARnum); in tic30_parallel_insn() 985 p_insn.opcode |= (p_insn.operand_type[0][0]->indirect.mod << 3); in tic30_parallel_insn() 986 p_insn.opcode |= (p_insn.operand_type[1][1]->indirect.ARnum << 8); in tic30_parallel_insn() 987 p_insn.opcode |= (p_insn.operand_type[1][1]->indirect.mod << 11); in tic30_parallel_insn() 993 p_insn.opcode |= (p_insn.operand_type[0][0]->indirect.ARnum); in tic30_parallel_insn() 994 p_insn.opcode |= (p_insn.operand_type[0][0]->indirect.mod << 3); in tic30_parallel_insn() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
D | operands.s | 11 | Address register indirect 15 | Address register indirect with postincrement 19 | Address register indirect with predecrement 23 | Address register indirect with displacement 28 | Address register indirect with index (8-bit displacement) 65 | Address register indirect with index (base displacement) 102 | Memory indirect postindexed 128 | Memory indirect preindexed 153 | Program counter indirect with displacement 159 | Program counter indirect with index (8-bit displacement) [all …]
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | m32c.cpu | 1654 (name h-src-indirect) 1655 (comment "indirect src for the next insn") 1660 (name h-dst-indirect) 1661 (comment "indirect dst for the next insn") 2357 ; An indirect 2360 (define-pmacro (src16-An-indirect-operand xmode) 2363 (name (.sym src16-An-indirect- xmode)) 2364 (comment (.str "m16c An indirect destination " xmode)) 2377 (src16-An-indirect-operand QI) 2378 (src16-An-indirect-operand HI) [all …]
|
D | sh64-compact.cpu | 774 (dshci fmov4 "Floating point load (register/register indirect)" 814 (dshci fmov7 "Floating point store (register/register indirect)" 1076 (dshci movb1 "Store byte to memory (register indirect w/ zero displacement)" 1082 (dshci movb2 "Store byte to memory (register indirect w/ pre-decrement)" 1091 (dshci movb3 "Store byte to memory (register/register indirect)" 1105 (dshci movb5 "Store byte to memory (register indirect w/ displacement)" 1113 (dshci movb6 "Load byte from memory (register indirect w/ zero displacement)" 1119 (dshci movb7 "Load byte from memory (register indirect w/ post-increment)" 1130 (dshci movb8 "Load byte from memory (register/register indirect)" 1142 (dshci movb10 "Load byte from memory (register indirect w/ displacement)" [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | sections-3.d | 9 first indirect sym: 0 \(0 entries\) stub size: (16|20) reserved3: 0x0 14 first indirect sym: 0 \(0 entries\) reserved2: 0x0 reserved3: 0x0 19 first indirect sym: 0 \(0 entries\) reserved2: 0x0 reserved3: 0x0
|
D | dysymtab-3.d | 14 ( )+indirect symbol table: off: 0x00000170 num: 4( )+\(endoff: 0x00000180\) 17 ( )+indirect symbols:
|
D | dysymtab-2.d | 14 ( )+indirect symbol table: off: 0x00000428( )+num: 25( )+\(endoff: 0x0000048c\) 17 ( )+indirect symbols:
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
D | compressed-1a.d | 38 <c> DW_AT_producer : \(indirect string, offset: 0x0\): GNU C 4.4.4 40 <11> DW_AT_name : \(indirect string, offset: 0x18\): compressed-1.c 41 <15> DW_AT_comp_dir : \(indirect string, offset: 0x16\): . 47 <2f> DW_AT_name : \(indirect string, offset: 0xc\): foo2 55 <49> DW_AT_name : \(indirect string, offset: 0x11\): foo1
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
D | compressed-1a.d | 38 <c> DW_AT_producer : \(indirect string, offset: 0x0\): GNU C 4.4.4 40 <11> DW_AT_name : \(indirect string, offset: 0x18\): compressed-1.c 41 <15> DW_AT_comp_dir : \(indirect string, offset: 0x16\): . 47 <27> DW_AT_name : \(indirect string, offset: 0xc\): foo2 55 <39> DW_AT_name : \(indirect string, offset: 0x11\): foo1
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m68hc11-dis.c | 76 int* indirect, int mov_insn, int pc_offset, in print_indexed_operand() argument 85 if (indirect) in print_indexed_operand() 86 *indirect = 0; in print_indexed_operand() 161 if (indirect) in print_indexed_operand() 162 *indirect = 1; in print_indexed_operand() 223 if (indirect) in print_indexed_operand() 224 *indirect = 1; in print_indexed_operand() 611 int indirect; in print_insn() local 619 status = print_indexed_operand (memaddr + pos, info, &indirect, in print_insn() 629 if ((format & M6812_OP_PAGE) && indirect) in print_insn()
|
D | opc2c.c | 149 Indirect indirect[256]; variable 740 indirect[i].type = T_unused; in main() 799 store_opcode_bits (opcodes[i], 0, indirect); in main() 804 emit_indirect (indirect, 0); in main() 809 log_indirect (indirect, 0); in main()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
D | opers12.s | 9 anda [12,x] ; Indexed indirect 25 anda [12,x] ; Indexed indirect (16-bit offset) 45 std [d,x] ; Indexed indirect with two reg index
|
D | opers12-dwarf2.d | 16 anda \[12,x\] ; Indexed indirect 50 anda \[12,x\] ; Indexed indirect \(16\-bit offset\) 90 std \[d,x\] ; Indexed indirect with two reg index
|
/toolchain/binutils/binutils-2.25/include/ |
D | hp-symtab.h | 486 unsigned int indirect: 1; member 526 unsigned int indirect: 1; member 565 unsigned int indirect: 1; member 601 unsigned int indirect: 1; member 945 unsigned int indirect: 1; /* 1 => pointer to object */ member 1159 unsigned int indirect: 1; /* Is object_ident addr of addr? */ member
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldwrite.c | 270 link_order->u.indirect.section = i; in build_link_order() 413 printf ("%8x %s\n", l->offset, l->u.indirect.section->owner->filename); in ds() 485 sec = p->u.indirect.section; in split_sections() 542 p->u.indirect.section->output_section = n; in split_sections() 543 p->u.indirect.section->output_offset = p->offset; in split_sections()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-h8300.c | 629 asection *input_section = link_order->u.indirect.section; in h8300_reloc16_extra_cases() 644 + link_order->u.indirect.section->output_section->vma); in h8300_reloc16_extra_cases() 676 + link_order->u.indirect.section->output_section->vma + 1); in h8300_reloc16_extra_cases() 790 + link_order->u.indirect.section->output_section->vma + 1); in h8300_reloc16_extra_cases() 837 + link_order->u.indirect.section->output_section->vma - 1); in h8300_reloc16_extra_cases() 898 + link_order->u.indirect.section->output_section->vma + 2); in h8300_reloc16_extra_cases() 1037 + link_order->u.indirect.section->output_section->vma) + 1; in h8300_reloc16_extra_cases()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-d10v.texi | 214 Register indirect 216 Register indirect with post-increment 218 Register indirect with post-decrement 220 Register indirect with pre-decrement 222 Register indirect with displacement
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/ |
D | address-002.s | 1 ;; Test unsupported indirect addressing
|
D | address-023.s | 1 ;; Test unsupported indirect addressing
|
D | address-036.s | 1 ;; Test unsupported indirect addressing
|
D | address-010.s | 1 ;; Test unsupported indirect addressing
|
D | address-011.s | 1 ;; Test unsupported indirect addressing
|
D | address-038.s | 1 ;; Test unsupported indirect addressing
|
D | address-014.s | 1 ;; Test unsupported indirect addressing
|