Linux Perf
inat.c File Reference
#include "insn.h"
#include "inat-tables.c"
Include dependency graph for inat.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

insn_attr_t inat_get_opcode_attribute (insn_byte_t opcode)
 
int inat_get_last_prefix_id (insn_byte_t last_pfx)
 
insn_attr_t inat_get_escape_attribute (insn_byte_t opcode, int lpfx_id, insn_attr_t esc_attr)
 
insn_attr_t inat_get_group_attribute (insn_byte_t modrm, int lpfx_id, insn_attr_t grp_attr)
 
insn_attr_t inat_get_avx_attribute (insn_byte_t opcode, insn_byte_t vex_m, insn_byte_t vex_p)
 

Function Documentation

◆ inat_get_avx_attribute()

insn_attr_t inat_get_avx_attribute ( insn_byte_t  opcode,
insn_byte_t  vex_m,
insn_byte_t  vex_p 
)

Definition at line 79 of file inat.c.

Here is the call graph for this function:

◆ inat_get_escape_attribute()

insn_attr_t inat_get_escape_attribute ( insn_byte_t  opcode,
int  lpfx_id,
insn_attr_t  esc_attr 
)

Definition at line 40 of file inat.c.

Here is the call graph for this function:

◆ inat_get_group_attribute()

insn_attr_t inat_get_group_attribute ( insn_byte_t  modrm,
int  lpfx_id,
insn_attr_t  grp_attr 
)

Definition at line 59 of file inat.c.

Here is the call graph for this function:

◆ inat_get_last_prefix_id()

int inat_get_last_prefix_id ( insn_byte_t  last_pfx)

Definition at line 32 of file inat.c.

Here is the call graph for this function:

◆ inat_get_opcode_attribute()

insn_attr_t inat_get_opcode_attribute ( insn_byte_t  opcode)

Definition at line 27 of file inat.c.