Searched refs:lpfx_id (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/intel-pt-decoder/ |
D | inat.c | 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() argument 51 if (inat_has_variant(table[opcode]) && lpfx_id) { in inat_get_escape_attribute() 52 table = inat_escape_tables[n][lpfx_id]; in inat_get_escape_attribute() 59 insn_attr_t inat_get_group_attribute(insn_byte_t modrm, int lpfx_id, in inat_get_group_attribute() argument 70 if (inat_has_variant(table[X86_MODRM_REG(modrm)]) && lpfx_id) { in inat_get_group_attribute() 71 table = inat_group_tables[n][lpfx_id]; in inat_get_group_attribute()
|
D | inat.h | 104 int lpfx_id, 107 int lpfx_id,
|
/tools/objtool/arch/x86/insn/ |
D | inat.c | 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() argument 51 if (inat_has_variant(table[opcode]) && lpfx_id) { in inat_get_escape_attribute() 52 table = inat_escape_tables[n][lpfx_id]; in inat_get_escape_attribute() 59 insn_attr_t inat_get_group_attribute(insn_byte_t modrm, int lpfx_id, in inat_get_group_attribute() argument 70 if (inat_has_variant(table[X86_MODRM_REG(modrm)]) && lpfx_id) { in inat_get_group_attribute() 71 table = inat_group_tables[n][lpfx_id]; in inat_get_group_attribute()
|
D | inat.h | 104 int lpfx_id, 107 int lpfx_id,
|