函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Decode imm v32(Iz). Return 0 if failed

函数原型:static int __get_immv32(struct insn *insn)

返回类型:int

参数:

类型参数名称
struct insn *insn
466  :opnd_bytes恒等于2
467  value等于get_next(short, insn)
468  nbytes等于2
469  退出
470  :opnd_bytes恒等于4
471  :opnd_bytes恒等于8
472  value等于get_next(int, insn)
473  nbytes等于4
474  退出
475  默认
476  转到:err_out
479  返回:1
481  err_out :
482  返回:0
调用者
名称描述
insn_get_immediatesn_get_immediate() - Get the immediates of instruction*@insn: &struct insn containing instruction* If necessary, first collects the instruction up to and including the* displacement bytes.* Basically, most of immediates are sign-expanded