OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REX_B
(Results
1 - 2
of
2
) sorted by relevancy
/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));
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025