函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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_t | opcode | |
insn_byte_t | vex_m | |
insn_byte_t | vex_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 |
名称 | 描述 |
---|---|
insn_get_opcode | sn_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). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |