Home
last modified time | relevance | path

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

/Linux-v6.6/tools/objtool/arch/x86/
Ddecode.c126 #define have_SIB() ((modrm_rm & 7) == CFI_SP && mod_is_mem()) macro
128 #define rm_is(reg) (have_SIB() ? \
346 if (have_SIB()) { in arch_decode_instruction()
458 if (have_SIB()) { in arch_decode_instruction()