OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REX_R
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/amd64/
db_disasm.c
75
#define
REX_R
4
897
#define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex &
REX_R
? 0x8 : 0x0))
1387
int ext = ((rex &
REX_R
) != 0);
1392
int ext = ((rex &
REX_R
) != 0);
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c
116
#define
REX_R
0x44
1210
*inst++ = REX_W | (reg_map[dst_r] >= 8 ?
REX_R
: 0) | (reg_map[TMP_REG1] >= 8 ? REX_B : 0);
2630
*inst++ = REX | (reg_map[TMP_REG1] <= 7 ? 0 :
REX_R
) | (reg_map[dst] <= 7 ? 0 : REX_B);
2646
*inst++ = REX_W | (reg_map[reg] <= 7 ? 0 : (REX_B |
REX_R
));
Completed in 14 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025