Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c89 rex_x = 0, modrm = 0, modrm_mod = 0, modrm_rm = 0, in arch_decode_instruction() local
117 rex_x = X86_REX_X(rex) >> 1; in arch_decode_instruction()
285 if (sib == 0x24 && rex_w && !rex_b && !rex_x) { in arch_decode_instruction()