Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/amd64/
H A Ddb_disasm.c977 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0)) argument
978 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument
982 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument
1240 int rex = 0; in db_disasm() local
1307 rex = inst; in db_disasm()
1503 if (rex & REX_W) { in db_disasm()
1544 if (rex & REX_W) in db_disasm()
1570 db_print_address(seg, (rex & REX_W) ? QUAD : LONG, rex, &address); in db_disasm()
1586 …db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][f_reg(rex,… in db_disasm()
1602 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(rex & REX_R) ? QUAD : LONG][f_rm(rex, inst)]); in db_disasm()
[all …]
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_ild.c830 (void) rex; in prefix_osz()
842 (void) rex; in prefix_asz()
854 (void) rex; in prefix_lock()
866 (void) rex; in prefix_f2()
879 (void) rex; in prefix_f3()
892 (void) rex; in prefix_ignore()
902 if (rex & 0x04) in prefix_done()
912 (void) rex; in prefix_rex()
938 (void) rex; in prefix_vex_c5()
978 (void) rex; in prefix_vex_c4()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6q-rex-pro.dts9 #include "imx6qdl-rex.dtsi"
13 compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
H A Dimx6dl-rex-basic.dts9 #include "imx6qdl-rex.dtsi"
13 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
H A Dimx6qdl-rex.dtsi67 compatible = "fsl,imx6-rex-sgtl5000",
69 model = "imx6-rex-sgtl5000";
165 imx6qdl-rex {
/freebsd-14.2/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl1006 sub rex { subroutine
1008 my ($dst,$src,$rex)=@_;
1010 $rex|=0x04 if($dst>=8);
1012 push @$opcode,($rex|0x40) if ($rex);
1045 rex(\@opcode,$src,$dst);
1063 rex(\@opcode,$dst,$src);
1076 rex(\@opcode,$2,$1);
1088 rex(\@opcode,$3,$2);
1101 rex(\@opcode,$3,$2);
1117 rex(\@opcode,0,$dst,8);
[all …]
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c93 #define FASTTRAP_REX_W(rex) (((rex) >> 3) & 1) argument
94 #define FASTTRAP_REX_R(rex) (((rex) >> 2) & 1) argument
95 #define FASTTRAP_REX_X(rex) (((rex) >> 1) & 1) argument
96 #define FASTTRAP_REX_B(rex) ((rex) & 1) argument
264 uint8_t seg, rex = 0; in fasttrap_tracepoint_init() local
357 rex = instr[start++]; in fasttrap_tracepoint_init()
429 regmap[base | (FASTTRAP_REX_B(rex) << 3)]; in fasttrap_tracepoint_init()
450 (FASTTRAP_REX_B(rex) << 3); in fasttrap_tracepoint_init()
552 if (FASTTRAP_REX_B(rex) == 0) in fasttrap_tracepoint_init()
611 FASTTRAP_REX_B(rex)); in fasttrap_tracepoint_init()
[all …]
/freebsd-14.2/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c284 uint8_t *bytes, modrm, rex; in kinst_instr_dissect() local
302 rex = 0; in kinst_instr_dissect()
324 rex = bytes[i]; in kinst_instr_dissect()
432 (KINST_REX_B(rex) << 3); in kinst_instr_dissect()
436 (KINST_REX_X(rex) << 3); in kinst_instr_dissect()
438 kpmd->reg1 = rm | (KINST_REX_B(rex) << 3); in kinst_instr_dissect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h53 #define wFromREX(rex) bitFromOffset3(rex) argument
54 #define rFromREX(rex) bitFromOffset2(rex) argument
55 #define xFromREX(rex) bitFromOffset1(rex) argument
56 #define bFromREX(rex) bitFromOffset0(rex) argument
/freebsd-14.2/include/rpcsvc/
H A DMakefile7 HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
12 rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dsha1-mb-x86_64.pl1591 sub rex { subroutine
1594 my $rex=0;
1596 $rex|=0x04 if ($dst>=8);
1597 $rex|=0x01 if ($src>=8);
1598 unshift @opcode,$rex|0x40 if ($rex);
1604 rex(\@opcode,$3,$2);
1623 rex(\@opcode,$2,$1);
H A Dsha256-mb-x86_64.pl1591 sub rex { subroutine
1594 my $rex=0;
1596 $rex|=0x04 if ($dst>=8);
1597 $rex|=0x01 if ($src>=8);
1598 unshift @opcode,$rex|0x40 if ($rex);
1610 rex(\@opcode,$2,$1);
H A Dsha1-x86_64.pl2114 my $rex=0;
2115 $rex|=0x04 if ($2>=8);
2116 $rex|=0x01 if ($1>=8);
2117 unshift @opcode,0x40|$rex if ($rex);
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl1450 sub rex { subroutine
1453 my $rex=0;
1455 $rex|=0x04 if($dst>=8);
1456 $rex|=0x01 if($src>=8);
1457 push @opcode,$rex|0x40 if($rex);
1465 rex(\@opcode,$4,$3);
1479 rex(\@opcode,$3,$2);
H A Daesni-sha1-x86_64.pl2080 sub rex { subroutine
2083 my $rex=0;
2085 $rex|=0x04 if($dst>=8);
2086 $rex|=0x01 if($src>=8);
2087 unshift @opcode,$rex|0x40 if($rex);
2093 rex(\@opcode,$3,$2);
2112 rex(\@opcode,$2,$1);
2131 rex(\@opcode,$3,$2);
H A Daesni-sha256-x86_64.pl1770 sub rex { subroutine
1773 my $rex=0;
1775 $rex|=0x04 if($dst>=8);
1776 $rex|=0x01 if($src>=8);
1777 unshift @opcode,$rex|0x40 if($rex);
1791 rex(\@opcode,$2,$1);
H A Daesni-x86_64.pl5109 sub rex { subroutine
5112 my $rex=0;
5114 $rex|=0x04 if($dst>=8);
5115 $rex|=0x01 if($src>=8);
5116 push @opcode,$rex|0x40 if($rex);
5124 rex(\@opcode,$4,$3);
5138 rex(\@opcode,$3,$2);
/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_ild.h74 uint8_t rex; /* 0b0100wrxb */ member
/freebsd-14.2/lib/librpcsvc/
H A DMakefile11 RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp896 const uint8_t rex = loc[-3]; in relaxGotNoPic() local
932 loc[-3] = (rex & ~0x4) | (rex & 0x4) >> 2; in relaxGotNoPic()
953 loc[-3] = (rex & ~0x4) | (rex & 0x4) >> 2; in relaxGotNoPic()
/freebsd-14.2/lib/libc/rpc/
H A Drpc20 rexd 100017 rex
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dfsl.yaml282 - rex,imx6q-rex-pro # Rex Pro i.MX6 Quad Board
461 - rex,imx6dl-rex-basic # Rex Basic i.MX6 Dual Lite Board
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dvendor-prefixes.yaml1124 "^rex,.*":
/freebsd-14.2/share/dict/
H A Dweb2a47243 rex begonia
H A Dweb2169201 rex