Searched refs:rex_r (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/objtool/arch/x86/
H A Ddecode.c156 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, local
189 rex_r = X86_REX_R(rex) >> 2;
197 modrm_reg = X86_MODRM_REG(modrm) + 8*rex_r;

Completed in 92 milliseconds