Home
last modified time | relevance | path

Searched defs:rex (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/sys/arch/amd64/amd64/
H A Ddb_disasm.c896 #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 Daesni-mb-x86_64.pl1450 sub rex { subroutine
H A Daesni-x86_64.pl5109 sub rex { subroutine
H A Daesni-sha256-x86_64.pl1770 sub rex { subroutine
H A Daesni-sha1-x86_64.pl2080 sub rex { subroutine
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-mb-x86_64.pl1420 sub rex { subroutine
H A Daesni-x86_64.pl5096 sub rex { subroutine
H A Daesni-sha256-x86_64.pl1768 sub rex { subroutine
H A Daesni-sha1-x86_64.pl2078 sub rex { subroutine
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl1591 sub rex { subroutine
H A Dsha1-mb-x86_64.pl1591 sub rex { subroutine
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl1571 sub rex { subroutine
H A Dsha1-mb-x86_64.pl1571 sub rex { subroutine
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_64.c326 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 Dfasttrap_isa.c110 #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 DX86DisassemblerDecoder.h31 #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 Dx86_64-xlate.pl1006 sub rex { subroutine
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86_64-xlate.pl952 sub rex { subroutine
/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/
H A Dreshape_c4.c56 index_type rex; in reshape_c4() local
H A Dreshape_r4.c56 index_type rex; in reshape_r4() local
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/
H A Dreshape_c8.c56 index_type rex; in reshape_c8() local
H A Dreshape_c16.c56 index_type rex; in reshape_c16() local
H A Dreshape_r8.c56 index_type rex; in reshape_r8() local
H A Dreshape_r16.c56 index_type rex; in reshape_r16() local
H A Dreshape_c4.c56 index_type rex; in reshape_c4() local

123