Home
last modified time | relevance | path

Searched refs:rex_x (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c156 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local
190 rex_x = X86_REX_X(rex) >> 1; in arch_decode_instruction()
204 sib_index = X86_SIB_INDEX(sib) + 8*rex_x; in arch_decode_instruction()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c110 uint8_t rex_x; member
220 #define REX_X(S) ((S)->rex_x + 0)
H A Ddecode-new.c.inc2535 s->rex_x = 0;
2592 s->rex_x = (b & 0x2) << 2;
2635 s->rex_x = (~vex2 >> 3) & 8;