Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\inat.c Create Date:2022-07-28 07:25:15
Last Modify:2020-03-16 17:00:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:inat_get_avx_attribute

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

Type:insn_attr_t

Parameter:

TypeParameterName
insn_byte_topcode
insn_byte_tvex_m
insn_byte_tvex_p
69  If vex_m > VEX3.M Maximum value || vex_p > INAT_LSTPFX_MAX Then Return 0
72  table = inat_avx_tables[vex_m][0]
73  If Not table Then Return 0
75  If Not inat_is_group(table[opcode]) && vex_p Then
77  table = inat_avx_tables[vex_m][vex_p]
78  If Not table Then Return 0
81  Return table[opcode]