Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 25 of 26) sorted by relevance

12

/toolchain/binutils/binutils-2.25/opcodes/
Ds390-mkopc.c79 int ix, k; in insertOpcode() local
89 for (ix = 0; ix < 16; ix++) in insertOpcode()
103 sort_value <<= 4*(16 - ix); in insertOpcode()
105 no_nibbles = ix; in insertOpcode()
106 for (ix = 0; ix < no_ops; ix++) in insertOpcode()
107 if (sort_value > op_array[ix].sort_value) in insertOpcode()
109 for (k = no_ops; k > ix; k--) in insertOpcode()
111 strcpy(op_array[ix].opcode, opcode); in insertOpcode()
112 strcpy(op_array[ix].mnemonic, mnemonic); in insertOpcode()
113 strcpy(op_array[ix].format, format); in insertOpcode()
[all …]
Darm-dis.c2674 int ix; in print_insn_neon() local
2678 for (ix = 0; ix != n; ix++) in print_insn_neon()
2679 func (stream, "%sd%d", ix ? "," : "", rd + ix * stride); in print_insn_neon()
2780 int ix; in print_insn_neon() local
2789 for (ix = 0; ix != n; ix++) in print_insn_neon()
2790 func (stream, "%sd%d[]", ix ? "," : "", rd + ix * stride); in print_insn_neon()
2819 int ix = raw_reg >> size >> 2; in print_insn_neon() local
2821 func (stream, "d%d[%d]", reg, ix); in print_insn_neon()
2864 int ix; in print_insn_neon() local
2869 for (ix = 7; ix >= 0; ix--) in print_insn_neon()
[all …]
DChangeLog-2006789 ld (ix+123),0x23
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
Dld-group.s16 ld a,(ix+5)
29 ld b,(ix+5)
41 ld c,(ix+5)
53 ld d,(ix+5)
65 ld e,(ix+5)
77 ld h,(ix+5)
89 ld l,(ix+5)
105 ld (ix+5),a
106 ld (ix+5),b
107 ld (ix+5),c
[all …]
Dbit.s12 bit 0,(ix+5)
22 bit 1,(ix+5)
32 bit 2,(ix+5)
42 bit 3,(ix+5)
52 bit 4,(ix+5)
62 bit 5,(ix+5)
72 bit 6,(ix+5)
82 bit 7,(ix+5)
93 res 0,(ix+5)
103 res 1,(ix+5)
[all …]
Darith.s12 add a,(ix+5)
24 adc a,(ix+5)
36 sub (ix+5)
48 sbc a,(ix+5)
60 and (ix+5)
72 xor (ix+5)
84 or (ix+5)
96 cp (ix+5)
108 inc (ix+5)
119 dec (ix+5)
[all …]
Dld-group.d22 [ ]+e:[ ]+dd 7e 05[ ]+ld a,\(ix\+5\)
34 [ ]+21:[ ]+dd 46 05[ ]+ld b,\(ix\+5\)
45 [ ]+31:[ ]+dd 4e 05[ ]+ld c,\(ix\+5\)
56 [ ]+41:[ ]+dd 56 05[ ]+ld d,\(ix\+5\)
67 [ ]+51:[ ]+dd 5e 05[ ]+ld e,\(ix\+5\)
78 [ ]+61:[ ]+dd 66 05[ ]+ld h,\(ix\+5\)
89 [ ]+71:[ ]+dd 6e 05[ ]+ld l,\(ix\+5\)
102 [ ]+84:[ ]+dd 77 05[ ]+ld \(ix\+5\),a
103 [ ]+87:[ ]+dd 70 05[ ]+ld \(ix\+5\),b
104 [ ]+8a:[ ]+dd 71 05[ ]+ld \(ix\+5\),c
[all …]
Darith.d17 [ ]+[0-9a-f]+:[ ]+dd 86 05[ ]+add a,\(ix\+5\)
28 [ ]+[0-9a-f]+:[ ]+dd 8e 05[ ]+adc a,\(ix\+5\)
39 [ ]+[0-9a-f]+:[ ]+dd 96 05[ ]+sub \(ix\+5\)
50 [ ]+[0-9a-f]+:[ ]+dd 9e 05[ ]+sbc a,\(ix\+5\)
61 [ ]+[0-9a-f]+:[ ]+dd a6 05[ ]+and \(ix\+5\)
72 [ ]+[0-9a-f]+:[ ]+dd ae 05[ ]+xor \(ix\+5\)
83 [ ]+[0-9a-f]+:[ ]+dd b6 05[ ]+or \(ix\+5\)
94 [ ]+[0-9a-f]+:[ ]+dd be 05[ ]+cp \(ix\+5\)
105 [ ]+[0-9a-f]+:[ ]+dd 34 05[ ]+inc \(ix\+5\)
115 [ ]+[0-9a-f]+:[ ]+dd 35 05[ ]+dec \(ix\+5\)
[all …]
Drotate.s13 rlc (ix+5)
23 rrc (ix+5)
33 rl (ix+5)
43 rr (ix+5)
53 sla (ix+5)
63 sra (ix+5)
73 srl (ix+5)
Dbit.d18 [ ]+[0-9a-f]+:[ ]+dd cb 05 46[ ]+bit 0,\(ix\+5\)
28 [ ]+[0-9a-f]+:[ ]+dd cb 05 4e[ ]+bit 1,\(ix\+5\)
38 [ ]+[0-9a-f]+:[ ]+dd cb 05 56[ ]+bit 2,\(ix\+5\)
48 [ ]+[0-9a-f]+:[ ]+dd cb 05 5e[ ]+bit 3,\(ix\+5\)
58 [ ]+[0-9a-f]+:[ ]+dd cb 05 66[ ]+bit 4,\(ix\+5\)
68 [ ]+[0-9a-f]+:[ ]+dd cb 05 6e[ ]+bit 5,\(ix\+5\)
78 [ ]+[0-9a-f]+:[ ]+dd cb 05 76[ ]+bit 6,\(ix\+5\)
88 [ ]+[0-9a-f]+:[ ]+dd cb 05 7e[ ]+bit 7,\(ix\+5\)
98 [ ]+[0-9a-f]+:[ ]+dd cb 05 86[ ]+res 0,\(ix\+5\)
108 [ ]+[0-9a-f]+:[ ]+dd cb 05 8e[ ]+res 1,\(ix\+5\)
[all …]
Doffset.s7 inc (ix+5)
9 ld a,(ix-128)
18 ld (ix+34),9
20 rr (ix+55)
Doffset.d11 [ ]+2:[ ]+dd 34 05[ ]+inc \(ix\+5\)
13 [ ]+8:[ ]+dd 7e 80[ ]+ld a,\(ix\+?-128\)
20 [ ]+18:[ ]+dd 36 22 09[ ]+ld \(ix\+34\),0x09
22 [ ]+20:[ ]+dd cb 37 1e[ ]+rr \(ix\+55\)
Drotate.d18 [ ]+[0-9a-f]+:[ ]+dd cb 05 06[ ]+rlc \(ix\+5\)
28 [ ]+[0-9a-f]+:[ ]+dd cb 05 0e[ ]+rrc \(ix\+5\)
38 [ ]+[0-9a-f]+:[ ]+dd cb 05 16[ ]+rl \(ix\+5\)
48 [ ]+[0-9a-f]+:[ ]+dd cb 05 1e[ ]+rr \(ix\+5\)
58 [ ]+[0-9a-f]+:[ ]+dd cb 05 26[ ]+sla \(ix\+5\)
68 [ ]+[0-9a-f]+:[ ]+dd cb 05 2e[ ]+sra \(ix\+5\)
78 [ ]+[0-9a-f]+:[ ]+dd cb 05 3e[ ]+srl \(ix\+5\)
Datend.d10 [ ]+2:[ ]+dd 7e 20[ ]+ld a,\(ix\+32\)
12 [ ]+7:[ ]+dd 7e 40[ ]+ld a,\(ix\+64\)
Dbranch.s22 jp (ix)
Dbranch.d24 [ ]+26:[ ]+dd e9[ ]+jp \(ix\)
/toolchain/binutils/binutils-2.25/bfd/
Dcpu-m68k.c153 unsigned ix; in bit_count() local
155 for (ix = 0; mask; ix++) in bit_count()
158 return ix; in bit_count()
181 unsigned ix; in bfd_m68k_features_to_mach() local
183 for (ix = 0; in bfd_m68k_features_to_mach()
184 ix != sizeof (m68k_arch_features) / sizeof (m68k_arch_features[0]); in bfd_m68k_features_to_mach()
185 ix++) in bfd_m68k_features_to_mach()
189 if (m68k_arch_features[ix] == features) in bfd_m68k_features_to_mach()
190 return ix; in bfd_m68k_features_to_mach()
191 this_extra = bit_count (m68k_arch_features[ix] & ~features); in bfd_m68k_features_to_mach()
[all …]
Dcoff-rs6000.c356 struct xcoff_tdata *ix, *ox; in _bfd_xcoff_copy_private_bfd_data() local
361 ix = xcoff_data (ibfd); in _bfd_xcoff_copy_private_bfd_data()
363 ox->full_aouthdr = ix->full_aouthdr; in _bfd_xcoff_copy_private_bfd_data()
364 ox->toc = ix->toc; in _bfd_xcoff_copy_private_bfd_data()
365 if (ix->sntoc == 0) in _bfd_xcoff_copy_private_bfd_data()
369 sec = coff_section_from_bfd_index (ibfd, ix->sntoc); in _bfd_xcoff_copy_private_bfd_data()
375 if (ix->snentry == 0) in _bfd_xcoff_copy_private_bfd_data()
379 sec = coff_section_from_bfd_index (ibfd, ix->snentry); in _bfd_xcoff_copy_private_bfd_data()
387 ox->modtype = ix->modtype; in _bfd_xcoff_copy_private_bfd_data()
388 ox->cputype = ix->cputype; in _bfd_xcoff_copy_private_bfd_data()
[all …]
Delf32-ppc.c7224 unsigned ix; in ppc_elf_relax_section() local
7230 for (ix = changes; ix--;) in ppc_elf_relax_section()
7232 irel = new_relocs + ix + isec->reloc_count; in ppc_elf_relax_section()
Delf32-arm.c14279 unsigned ix; in arm_put_trampoline() local
14281 for (ix = 0; ix != count; ix++) in arm_put_trampoline()
14283 unsigned long insn = template[ix]; in arm_put_trampoline()
14288 put_arm_insn (htab, output_bfd, insn, (char *)contents + ix*4); in arm_put_trampoline()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dccr.s39 clearf ix
40 setf ix
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-z80.texi129 @samp{ixh} as the least and most significant octet in @samp{ix}, and
247 @item @var{op} (ix+@var{d}), @var{r}
251 ld @var{r}, (ix+@var{d})
253 ld (ix+@var{d}), @var{r}
263 As above, but with @samp{iy} instead of @samp{ix}.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68k.c7949 unsigned ix; in m68k_elf_final_processing() local
7954 for (ix = 0; isa_features[ix][1]; ix++) in m68k_elf_final_processing()
7956 if (pattern == isa_features[ix][1]) in m68k_elf_final_processing()
7958 flags |= isa_features[ix][0]; in m68k_elf_final_processing()
7962 if (!isa_features[ix][1]) in m68k_elf_final_processing()
7975 for (ix = 0; mac_features[ix][1]; ix++) in m68k_elf_final_processing()
7977 if (pattern == mac_features[ix][1]) in m68k_elf_final_processing()
7979 flags |= mac_features[ix][0]; in m68k_elf_final_processing()
7983 if (!mac_features[ix][1]) in m68k_elf_final_processing()
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c3599 unsigned int ix = file_table[0].directory_index; in display_debug_lines_decoded() local
3600 const char *directory = ix ? (char *)directory_table[ix - 1] : "."; in display_debug_lines_decoded()
/toolchain/binutils/binutils-2.25/cpu/
Depiphany.cpu2847 (op-float2fix-float ix OPF_FIX)

12