函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:FPU tag word conversions.

函数原型:static inline unsigned short twd_i387_to_fxsr(unsigned short twd)

返回类型:unsigned short

参数:

类型参数名称
unsigned shorttwd
170  tmp等于twd的反
171  tmp等于tmp按位或tmp右移1位的值按位与0x5555
173  tmp等于tmp按位或tmp右移1位的值按位与0x3333
174  tmp等于tmp按位或tmp右移2位的值按位与0x0f0f
175  tmp等于tmp按位或tmp右移4位的值按位与0x00ff
177  返回:tmp
调用者
名称描述
convert_to_fxsr