Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c97 #define have_SIB() ((modrm_rm & 7) == CFI_SP && mod_is_mem()) macro
99 #define rm_is(reg) (have_SIB() ? \
318 if (have_SIB()) { in arch_decode_instruction()
430 if (have_SIB()) { in arch_decode_instruction()