/netbsd-src/sys/arch/amd64/amd64/ |
H A D | db_disasm.c | 896 #define f_mod(rex, byte) ((byte)>>6) argument 897 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0)) argument 898 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument 900 #define sib_ss(rex, byte) ((byte)>>6) argument 901 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)) argument 902 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument 997 db_read_address(db_addr_t loc, int short_addr, u_int rex, int regmodrm, in db_read_address() 1056 db_print_address(const char * seg, u_int rex, int size, struct i_addr *addrp) in db_print_address() 1084 db_disasm_esc(db_addr_t loc, int inst, u_int rex, int short_addr, int size, in db_disasm_esc() 1194 u_int rex = 0; in db_disasm() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 1450 sub rex { subroutine
|
H A D | aesni-x86_64.pl | 5109 sub rex { subroutine
|
H A D | aesni-sha256-x86_64.pl | 1770 sub rex { subroutine
|
H A D | aesni-sha1-x86_64.pl | 2080 sub rex { subroutine
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 1420 sub rex { subroutine
|
H A D | aesni-x86_64.pl | 5096 sub rex { subroutine
|
H A D | aesni-sha256-x86_64.pl | 1768 sub rex { subroutine
|
H A D | aesni-sha1-x86_64.pl | 2078 sub rex { subroutine
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 1591 sub rex { subroutine
|
H A D | sha1-mb-x86_64.pl | 1591 sub rex { subroutine
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 1571 sub rex { subroutine
|
H A D | sha1-mb-x86_64.pl | 1571 sub rex { subroutine
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeX86_64.c | 326 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() 349 sljit_u8 rex = 0; in emit_x86_instruction() local
|
/netbsd-src/external/cddl/osnet/dist/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 110 #define FASTTRAP_REX_W(rex) (((rex) >> 3) & 1) argument 111 #define FASTTRAP_REX_R(rex) (((rex) >> 2) & 1) argument 112 #define FASTTRAP_REX_X(rex) (((rex) >> 1) & 1) argument 113 #define FASTTRAP_REX_B(rex) ((rex) & 1) argument 281 uint8_t seg, rex = 0; in fasttrap_tracepoint_init() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 31 #define wFromREX(rex) (((rex) & 0x8) >> 3) argument 32 #define rFromREX(rex) (((rex) & 0x4) >> 2) argument 33 #define xFromREX(rex) (((rex) & 0x2) >> 1) argument 34 #define bFromREX(rex) ((rex) & 0x1) argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 1006 sub rex { subroutine
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 952 sub rex { subroutine
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/ |
H A D | reshape_c4.c | 56 index_type rex; in reshape_c4() local
|
H A D | reshape_r4.c | 56 index_type rex; in reshape_r4() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/ |
H A D | reshape_c8.c | 56 index_type rex; in reshape_c8() local
|
H A D | reshape_c16.c | 56 index_type rex; in reshape_c16() local
|
H A D | reshape_r8.c | 56 index_type rex; in reshape_r8() local
|
H A D | reshape_r16.c | 56 index_type rex; in reshape_r16() local
|
H A D | reshape_c4.c | 56 index_type rex; in reshape_c4() local
|