OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REX_W
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/amd64/
db_disasm.c
76
#define
REX_W
8
1253
if (rex &
REX_W
)
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c
115
#define
REX_W
0x48
781
*inst++ =
REX_W
;
804
*inst++ =
REX_W
| ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0);
811
*inst++ =
REX_W
;
1210
*inst++ =
REX_W
| (reg_map[dst_r] >= 8 ? REX_R : 0) | (reg_map[TMP_REG1] >= 8 ? REX_B : 0);
1422
FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ?
REX_W
: 0, (op_eax_imm), immw))
2581
/*
REX_W
is not necessary (src is not immediate). */
2646
*inst++ =
REX_W
| (reg_map[reg] <= 7 ? 0 : (REX_B | REX_R));
Completed in 42 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025