OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REX_B
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
translate.c
48
#define
REX_B
(s) ((s)->
rex_b
)
58
#define
REX_B
(s) 0
97
int rex_x,
rex_b
;
member in struct:DisasContext
[
all
...]
/external/chromium_org/third_party/mach_override/libudis86/
decode.c
42
#define
REX_B
(r) ( ( 0x1 & ( r ) ) >> 0 )
481
rm = (
REX_B
(u->pfx_rex) << 3) | MODRM_RM(modrm(u));
518
op->base = UD_R_RAX + (SIB_B(inp_curr(u)) | (
REX_B
(u->pfx_rex) << 3));
556
op->base = UD_R_EAX + (SIB_B(inp_curr(u)) | (
REX_B
(u->pfx_rex) << 3));
696
(
REX_B
(u->pfx_rex) << 3) | (type - OP_R0), size);
/external/qemu/
i386-dis.c
136
#define
REX_B
1
[
all
...]
Completed in 360 milliseconds