Home
last modified time | relevance | path

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

/tools/perf/util/intel-pt-decoder/
Dinat.c70 if (inat_has_variant(table[X86_MODRM_REG(modrm)]) && lpfx_id) { in inat_get_group_attribute()
75 return table[X86_MODRM_REG(modrm)] | in inat_get_group_attribute()
Dinsn.h75 #define X86_MODRM_REG(modrm) (((modrm) & 0x38) >> 3) macro
/tools/objtool/arch/x86/insn/
Dinat.c70 if (inat_has_variant(table[X86_MODRM_REG(modrm)]) && lpfx_id) { in inat_get_group_attribute()
75 return table[X86_MODRM_REG(modrm)] | in inat_get_group_attribute()
Dinsn.h75 #define X86_MODRM_REG(modrm) (((modrm) & 0x38) >> 3) macro
/tools/objtool/arch/x86/
Ddecode.c164 ext = X86_MODRM_REG(insn.modrm.bytes[0]); in arch_decode_instruction()