| /dflybsd-src/sys/cpu/x86_64/misc/ |
| H A D | db_disasm.c | 907 #define f_mod(rex, byte) ((byte)>>6) argument 908 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0)) argument 909 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument 911 #define sib_ss(rex, byte) ((byte)>>6) argument 912 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)) argument 913 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument 966 db_disasm_esc(db_addr_t loc, int inst, int rex, int short_addr, 968 static void db_print_address(const char *seg, int size, int rex, 971 db_read_address(db_addr_t loc, int short_addr, int rex, int regmodrm, 978 db_read_address(db_addr_t loc, int short_addr, int rex, int regmodrm, in db_read_address() argument [all …]
|
| /dflybsd-src/contrib/binutils-2.34/opcodes/ |
| H A D | i386-dis.c | 152 static int rex; variable 165 if ((rex & value)) \ 11079 rex = 0; in ckprefix() 11182 if (prefixes || rex) in ckprefix() 11188 rex_used = rex; in ckprefix() 11197 if (rex) in ckprefix() 11199 rex_used = rex; in ckprefix() 11204 rex = newrex; in ckprefix() 11541 rex_ignored = rex; in get_valid_dis386() 11542 rex = ~(*codep >> 5) & 0x7; in get_valid_dis386() [all …]
|
| /dflybsd-src/contrib/gdb-7/opcodes/ |
| H A D | i386-dis.c | 147 static int rex; variable 160 if ((rex & value)) \ 10663 rex = 0; in ckprefix() 10757 if (prefixes || rex) in ckprefix() 10763 rex_used = rex; in ckprefix() 10772 if (rex) in ckprefix() 10774 rex_used = rex; in ckprefix() 10779 rex = newrex; in ckprefix() 11095 rex_ignored = rex; in get_valid_dis386() 11096 rex = ~(*codep >> 5) & 0x7; in get_valid_dis386() [all …]
|
| /dflybsd-src/contrib/binutils-2.27/opcodes/ |
| H A D | i386-dis.c | 151 static int rex; variable 164 if ((rex & value)) \ 12489 rex = 0; in ckprefix() 12592 if (prefixes || rex) in ckprefix() 12598 rex_used = rex; in ckprefix() 12607 if (rex) in ckprefix() 12609 rex_used = rex; in ckprefix() 12614 rex = newrex; in ckprefix() 12926 rex_ignored = rex; in get_valid_dis386() 12927 rex = ~(*codep >> 5) & 0x7; in get_valid_dis386() [all …]
|
| /dflybsd-src/include/rpcsvc/ |
| H A D | Makefile | 8 HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \ 13 rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
|
| /dflybsd-src/lib/librpcsvc/ |
| H A D | Makefile | 9 RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \
|
| /dflybsd-src/contrib/binutils-2.27/gas/config/ |
| H A D | tc-i386.c | 340 rex_byte rex; member 2741 (x->rex & REX_W) != 0, in pi() 2742 (x->rex & REX_R) != 0, in pi() 2743 (x->rex & REX_X) != 0, in pi() 2744 (x->rex & REX_B) != 0); in pi() 3134 && i.rex == REX_B) in build_vex_prefix() 3149 i.rex = REX_R; in build_vex_prefix() 3184 && (i.rex & (REX_W | REX_X | REX_B)) == 0) in build_vex_prefix() 3193 r = (i.rex & REX_R) ? 0 : 1; in build_vex_prefix() 3238 i.vex.bytes[1] = (~i.rex & 0x7) << 5 | m; in build_vex_prefix() [all …]
|
| /dflybsd-src/contrib/binutils-2.34/gas/config/ |
| H A D | tc-i386.c | 378 rex_byte rex; member 3124 (x->rex & REX_W) != 0, in pi() 3125 (x->rex & REX_R) != 0, in pi() 3126 (x->rex & REX_X) != 0, in pi() 3127 (x->rex & REX_B) != 0); in pi() 3514 && i.rex == REX_B) in build_vex_prefix() 3529 i.rex = REX_R; in build_vex_prefix() 3549 && i.rex == REX_B in build_vex_prefix() 3570 i.rex = 0; in build_vex_prefix() 3619 w = (vexwig == vexw1 || (i.rex & REX_W)) ? 1 : 0; in build_vex_prefix() [all …]
|
| /dflybsd-src/etc/ |
| H A D | rpc | 22 rexd 100017 rex
|
| /dflybsd-src/contrib/binutils-2.34/bfd/ |
| H A D | elf64-x86-64.c | 1706 unsigned int rex; in elf_x86_64_convert_load_reloc() local 1710 rex = bfd_get_8 (abfd, contents + roff - 3); in elf_x86_64_convert_load_reloc() 1712 rex = 0; in elf_x86_64_convert_load_reloc() 1730 if ((rex & REX_W) != 0 in elf_x86_64_convert_load_reloc() 1773 r_type = (rex & REX_W) != 0 ? R_X86_64_32S : R_X86_64_32; in elf_x86_64_convert_load_reloc() 1778 if (rex) in elf_x86_64_convert_load_reloc() 1781 rex = (rex & ~rex_mask) | (rex & REX_R) >> 2; in elf_x86_64_convert_load_reloc() 1782 bfd_put_8 (abfd, rex, contents + roff - 3); in elf_x86_64_convert_load_reloc()
|
| /dflybsd-src/contrib/binutils-2.27/bfd/ |
| H A D | elf64-x86-64.c | 2032 unsigned int rex; in elf_x86_64_convert_load_reloc() local 2036 rex = bfd_get_8 (abfd, contents + roff - 3); in elf_x86_64_convert_load_reloc() 2038 rex = 0; in elf_x86_64_convert_load_reloc() 2056 if ((rex & REX_W) != 0 in elf_x86_64_convert_load_reloc() 2099 r_type = (rex & REX_W) != 0 ? R_X86_64_32S : R_X86_64_32; in elf_x86_64_convert_load_reloc() 2104 if (rex) in elf_x86_64_convert_load_reloc() 2107 rex = (rex & ~rex_mask) | (rex & REX_R) >> 2; in elf_x86_64_convert_load_reloc() 2108 bfd_put_8 (abfd, rex, contents + roff - 3); in elf_x86_64_convert_load_reloc()
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-i386.texi | 843 The @samp{rex} family of prefixes is used by x86-64 to encode 844 extensions to i386 instruction set. The @samp{rex} prefix has four 849 You may write the @samp{rex} prefixes directly. The @samp{rex64xyz} 850 instruction emits @samp{rex} prefix with all the bits set. By omitting
|
| /dflybsd-src/share/dict/ |
| H A D | web2a | 47243 rex begonia
|
| H A D | web2 | 169104 rex
|