Searched refs:xlat (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | string-ok.d | 29 [ ]+[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 …]
|
D | string-ok.s | 78 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
|
D | intelok.s | 92 xlat [ebx] 93 xlat byte ptr [ebx]
|
D | intelok.d | 95 [ ]*[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\])
|
D | intelbad.s | 80 xlat word ptr [ebx]
|
D | opcode.s | 207 xlat %ds:(%ebx)
|
D | intel.s | 210 xlat byte ptr ds:[ebx]
|
D | opcode.d | 214 299: d7 [ ]*xlat %ds:\(%ebx\)
|
D | opcode-suffix.d | 215 *[0-9a-f]+: d7[ ]+xlat[ ]+%ds:\(%ebx\)
|
D | intel.d | 217 [ ]*[a-f0-9]+: d7 [ ]*xlat %ds:\(%ebx\)
|
D | opcode-intel.d | 215 *[0-9a-f]+: d7[ ]+xlat[ ]+(BYTE PTR )?(ds:)?\[ebx\]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 178 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/ |
D | mach-o.c | 379 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/ |
D | ChangeLog-9899 | 1154 Add DSBX for xlat.
|
D | i386-opc.tbl | 472 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…
|