Searched defs:X86_SIB_BASE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/arch/x86/include/asm/ | ||
D | insn.h | 113 #define X86_SIB_BASE(sib) ((sib) & 0x07) macro |
/linux-6.1.9/arch/x86/include/asm/ | ||
D | insn.h | 113 #define X86_SIB_BASE(sib) ((sib) & 0x07) macro |