Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
A Ddecode.c116 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local
145 rex_w = X86_REX_W(rex) >> 3; in arch_decode_instruction()
169 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
230 if (!rex_w) in arch_decode_instruction()
282 if (!rex_w) in arch_decode_instruction()
337 if (!rex_w) in arch_decode_instruction()
369 if (!rex_w) in arch_decode_instruction()
407 if (!rex_w) in arch_decode_instruction()

Completed in 6 milliseconds