Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c128 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local
161 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()
169 modrm_reg = X86_MODRM_REG(modrm) + 8*rex_r; in arch_decode_instruction()