Home
last modified time | relevance | path

Searched refs:xlat (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dstring-ok.d29 [ ]+[0-9a-f]+: 2e d7[ ]+xlat %cs:\(%ebx\)
30 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
31 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
32 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
33 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
34 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
66 [ ]+[0-9a-f]+: 2e d7[ ]+xlat %cs:\(%ebx\)
67 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
68 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
69 [ ]+[0-9a-f]+: d7[ ]+xlat (%ds:)?\(%ebx\)
[all …]
Dstring-ok.s78 xlat byte ptr cs:[ebx]
79 xlat byte ptr [esi]
80 xlat byte ptr [%ebx*1]
81 xlat byte ptr [ebx+1]
82 xlat byte ptr x[ebx]
83 xlat byte ptr FLAT:0
Dintelok.s92 xlat [ebx]
93 xlat byte ptr [ebx]
Dintelok.d95 [ ]*[0-9a-f]+: d7[ ]+xlat(b|[ ]+(BYTE PTR )?(ds:)?\[ebx\])
96 [ ]*[0-9a-f]+: d7[ ]+xlat(b|[ ]+(BYTE PTR )?(ds:)?\[ebx\])
97 [ ]*[0-9a-f]+: d7[ ]+xlat(b|[ ]+(BYTE PTR )?(ds:)?\[ebx\])
Dintelbad.s80 xlat word ptr [ebx]
Dopcode.s207 xlat %ds:(%ebx)
Dintel.s210 xlat byte ptr ds:[ebx]
Dopcode.d214 299: d7 [ ]*xlat %ds:\(%ebx\)
Dopcode-suffix.d215 *[0-9a-f]+: d7[ ]+xlat[ ]+%ds:\(%ebx\)
Dintel.d217 [ ]*[a-f0-9]+: d7 [ ]*xlat %ds:\(%ebx\)
Dopcode-intel.d215 *[0-9a-f]+: d7[ ]+xlat[ ]+(BYTE PTR )?(ds:)?\[ebx\]
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c178 const mach_o_section_name_xlat *xlat; in obj_mach_o_make_or_get_sect() local
182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname); in obj_mach_o_make_or_get_sect()
186 if (xlat != NULL) in obj_mach_o_make_or_get_sect()
188 name = xstrdup (xlat->bfd_name); in obj_mach_o_make_or_get_sect()
189 sectype = xlat->macho_sectype; in obj_mach_o_make_or_get_sect()
200 secattr = xlat->macho_secattr; in obj_mach_o_make_or_get_sect()
201 secalign = xlat->sectalign; in obj_mach_o_make_or_get_sect()
202 flags = xlat->bfd_flags; in obj_mach_o_make_or_get_sect()
606 const mach_o_section_name_xlat *xlat; in obj_mach_o_segT_from_bfd_name() local
612 xlat = bfd_mach_o_section_data_for_bfd_name (stdoutput, nam, &segn); in obj_mach_o_segT_from_bfd_name()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c379 const mach_o_section_name_xlat *xlat; in bfd_mach_o_convert_section_name_to_bfd() local
389 xlat = bfd_mach_o_section_data_for_mach_sect (abfd, segname, secname); in bfd_mach_o_convert_section_name_to_bfd()
390 if (xlat) in bfd_mach_o_convert_section_name_to_bfd()
392 len = strlen (xlat->bfd_name); in bfd_mach_o_convert_section_name_to_bfd()
396 memcpy (res, xlat->bfd_name, len+1); in bfd_mach_o_convert_section_name_to_bfd()
398 *flags = xlat->bfd_flags; in bfd_mach_o_convert_section_name_to_bfd()
438 const mach_o_section_name_xlat *xlat; in bfd_mach_o_convert_section_name_to_mach_o() local
450 xlat = bfd_mach_o_section_data_for_bfd_name (abfd, name, &segname); in bfd_mach_o_convert_section_name_to_mach_o()
451 if (xlat) in bfd_mach_o_convert_section_name_to_mach_o()
454 strcpy (section->sectname, xlat->mach_o_name); in bfd_mach_o_convert_section_name_to_mach_o()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-98991154 Add DSBX for xlat.
Di386-opc.tbl472 xlat, 0, 0xd7, None, 1, 0, No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsString|RepPrefixOk, { 0 }
473 xlat, 1, 0xd7, None, 1, 0, No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsString|RepPrefixOk, { Byte|Un…