Function report |
Source Code:arch\x86\lib\insn.c |
Create Date:2022-07-28 07:25:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sn_get_sib() - Get the SIB byte of instruction*@insn: &struct insn containing instruction* If necessary, first collects the instruction up to and including the* ModRM byte.
Proto:void insn_get_sib(struct insn *insn)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct insn * | insn |
351 | If !0 if we've run insn_get_xxx() for this field Then Return |
355 | If nbytes Then |
357 | If addr_bytes != 2 && X86_MODRM_MOD(modrm) != 3 && X86_MODRM_RM(modrm) == 4 Then |
359 | value = get_next(insn_byte_t, insn) |
360 | nbytes = 1 |
365 | err_out : |
366 | Return |
Name | Describe |
---|---|
insn_get_displacement | sn_get_displacement() - Get the displacement of instruction*@insn: &struct insn containing instruction* If necessary, first collects the instruction up to and including the* SIB byte.* Displacement value is sign-expanded. |
get_eff_addr_sib | get_eff_addr_sib() - Obtain referenced effective address via SIB*@insn: Instruction |
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 |