/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | test-gen.c | 645 int part; in output_insns() local 648 for (part = 0; part < part_count; ++part) in output_insns() 651 data[part].as_in = data[part].dis_out = 0; in output_insns() 652 data[part].bits = 0; in output_insns() 654 if (parts[part].func (&parts[part].arg, &data[part])) in output_insns() 658 bits |= data[part].bits; in output_insns() 665 for (part = 0; part < part_count; ++part) in output_insns() 666 if (data[part].as_in) in output_insns() 667 fputs (data[part].as_in, as_in); in output_insns() 688 for (part = insn_size; part-- > 0; ) in output_insns() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | partition.c | 47 partition part = (partition) in partition_new() local 50 part->num_elements = num_elements; in partition_new() 53 part->elements[e].class_element = e; in partition_new() 54 part->elements[e].next = &(part->elements[e]); in partition_new() 55 part->elements[e].class_count = 1; in partition_new() 58 return part; in partition_new() 64 partition_delete (partition part) in partition_delete() argument 66 free (part); in partition_delete() 75 partition_union (partition part, int elem1, int elem2) in partition_union() argument 77 struct partition_elem *elements = part->elements; in partition_union() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | shift-bad.l | 2 .*shift-bad.s:2: Error: extraneous shift as part of operand to shift insn -- `asr r0,r1,r2,ror#5' 4 .*shift-bad.s:7: Error: extraneous shift as part of operand to shift insn -- `ror r0,r0,r2,lsl#1' 6 .*shift-bad.s:9: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r0,r2,asr r0' 8 .*shift-bad.s:14: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r1,r2,lsl#1'
|
D | thumb2_vpool.s | 87 # reuse high part of d1 in pool 92 # d17 should not reuse high part of d11 and s12.
|
D | vldconst.s | 136 # reuse high part of d1 in pool 143 # d17 should not reuse high part of d11 and s12.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | bspec805.s | 5 TETRA 0 % Decent high-part of section length. However... 8 % length, high part.
|
D | bspec807.s | 6 TETRA 0 % Things end stops after the high part of the VMA.
|
D | bspec804.s | 7 % length, high part.
|
D | bspec803.s | 4 BYTE 0x98,"aaa" # A LOP_QUOTEd part here. And also...
|
D | bspec806.s | 8 % length, high part.
|
D | spec806.d | 7 # #6: non-quote LOP in section vma, high part.
|
D | spec807.d | 7 # #7: non-quote LOP in section vma, low part.
|
D | spec805.d | 7 # #5: non-quote LOP in section length, low part.
|
D | spec804.d | 7 # #4: non-quote LOP in section length, high part.
|
/toolchain/binutils/binutils-2.25/ |
D | MAINTAINERS | 17 BFD's part of include/ 44 gdb/; readline/; sim/; GDB's part of include/ 55 intl/; config.rhost; libiberty/; libiberty's part of include/; 87 sid/; SID's part of cgen/
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-dis.in | 9 This file is part of libopcodes. 193 BUF is the base part of the insn, target byte order, BUFLEN bytes long. 210 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */ 249 relevant part from the buffer. */ 314 /* Attempt to read the base part of the insn. */ 318 /* Try again with the minimum part, if min < base. */
|
D | metag-dis.c | 176 lookup_acf_name (unsigned int part) in lookup_acf_name() argument 184 if (acf->part == part) in lookup_acf_name() 2210 unsigned int part; in print_fget_set_acf() local 2213 part = (insn_word >> 19) & ACF_PART_MASK; in print_fget_set_acf() 2215 reg_name = lookup_acf_name (part); in print_fget_set_acf() 2325 unsigned int part; in print_dget_set() local 2338 part = (insn_word >> 19) & 0x1f; in print_dget_set() 2339 reg_name[0] = lookup_dsp_name (part, UNIT_DT); in print_dget_set() 2343 part = (insn_word >> 19) & REG_MASK; in print_dget_set() 2344 is_high = ((part & 0x18) == 0x18); in print_dget_set() [all …]
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | sh.opc | 8 This file is part of the GNU Binutils. 29 Such things aren't really part of the specification of the cpu, per se,
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | crange-2d.s | 1 ! Second part of crange-2b.s, but in section .text.mixed.
|
D | crange-2c.s | 1 ! First part of crange-2b.s, but in section .text.mixed.
|
D | crange-2e.s | 1 ! Third part of crange-2b.s, but in section .text.mixed.
|
D | sh64-1.s | 2 ! Auxiliary part.
|
D | sh64-2.s | 2 ! Main part.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-m68hc11.texi | 2 @c This is part of the GAS manual. 276 If the symbol is in a memory expansion part, the physical address 278 If the symbol is not in a memory expansion part, this is the symbol address 283 to the symbol. If the symbol is in a memory expansion part, its page 286 expansion part, the page number is 0. 289 This modifier indicates to use the 8-bit high part of the physical 293 This modifier indicates to use the 8-bit low part of the physical 299 expansion part could be written as follows:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | binop-segref.s | 1 ; This used to be part of the binop test; differences broke when the
|