函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\inat.c Create Date:2022-07-27 08:24:17
Last Modify:2020-03-16 17:00:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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)

返回类型:insn_attr_t

参数:

类型参数名称
insn_byte_topcode
insn_byte_tvex_m
insn_byte_tvex_p
69  如果vex_m大于VEX3.M Maximum value vex_p大于INAT_LSTPFX_MAX则返回:0
72  table等于inat_avx_tables[vex_m][0]
73  如果非table则返回:0
75  如果非inat_is_group(table[opcode])且vex_p
77  table等于inat_avx_tables[vex_m][vex_p]
78  如果非table则返回:0
81  返回:table[opcode]
调用者
名称描述
insn_get_opcodesn_get_opcode - collect opcode(s)*@insn: &struct insn containing instruction* Populates @insn->opcode, updates @insn->next_byte to point past the* opcode byte(s), and set @insn->attr (except for groups).