OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REX_B
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
i386.h
129
#define
REX_B
1
/src/external/gpl3/binutils.old/dist/include/opcode/
i386.h
129
#define
REX_B
1
/src/external/gpl3/gdb/dist/include/opcode/
i386.h
129
#define
REX_B
1
/src/external/gpl3/gdb.old/dist/include/opcode/
i386.h
129
#define
REX_B
1
/src/sys/arch/amd64/amd64/
db_disasm.c
73
#define
REX_B
1
898
#define f_rm(rex, byte) (((byte)&0x7) | (rex &
REX_B
? 0x8 : 0x0))
902
#define sib_base(rex, byte) (((byte)&0x7) | (rex &
REX_B
? 0x8 : 0x0))
1059
int ext = ((rex &
REX_B
) != 0);
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c
118
#define
REX_B
0x41
670
return emit_do_imm32(compiler, (reg_map[dst] >= 8) ?
REX_B
: 0, MOV_r_i32 + reg_lmap[dst], srcw);
804
*inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ?
REX_B
: 0);
806
*inst++ =
REX_B
;
1210
*inst++ = REX_W | (reg_map[dst_r] >= 8 ? REX_R : 0) | (reg_map[TMP_REG1] >= 8 ?
REX_B
: 0);
2626
*inst++ = (reg_map[TMP_REG1] <= 7) ? REX :
REX_B
;
2630
*inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 : REX_R) | (reg_map[dst] <= 7 ? 0 :
REX_B
);
2642
*inst++ = (reg_map[reg] <= 7) ? REX :
REX_B
;
2646
*inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (
REX_B
| REX_R));
/src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c
2275
#define
REX_B
0x01 /* extends ModRM r_m, SIB base, or opcode reg */
2474
if (rex_prefix &
REX_B
)
2479
if (r_m != NULL && (
REX_B
& rex_prefix) != 0)
2717
if (x->d86_rex_prefix &
REX_B
)
3142
x->d86_rex_prefix |=
REX_B
;
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026