Function report |
Source Code:arch\x86\lib\insn.c |
Create Date:2022-07-28 07:24:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__insn_get_emulate_prefix
Proto:static int __insn_get_emulate_prefix(struct insn *insn, const insn_byte_t *prefix, size_t len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct insn * | insn | |
const insn_byte_t * | prefix | |
size_t | len |
72 | If peek_nbyte_next(insn_byte_t, insn, i) != prefix[i] Then Go to err_out |
76 | emulate_prefix_size = len |
79 | Return 1 |
81 | err_out : |
82 | Return 0 |
Name | Describe |
---|---|
insn_get_emulate_prefix |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |