Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
6b4c305c
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6b4c305c
编写于
12年前
作者:
P
Paolo Bonzini
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fpu: move public header file to include/fpu
Signed-off-by:
N
Paolo Bonzini
<
pbonzini@redhat.com
>
上级
927d4878
变更
26
隐藏空白更改
内联
并排
Showing
26 changed file
with
25 addition
and
27 deletion
+25
-27
configure
configure
+1
-1
fpu/softfloat.c
fpu/softfloat.c
+1
-1
include/fpu/softfloat.h
include/fpu/softfloat.h
+0
-0
include/qemu/bswap.h
include/qemu/bswap.h
+1
-1
linux-user/arm/nwfpe/double_cpdo.c
linux-user/arm/nwfpe/double_cpdo.c
+1
-1
linux-user/arm/nwfpe/extended_cpdo.c
linux-user/arm/nwfpe/extended_cpdo.c
+1
-1
linux-user/arm/nwfpe/fpa11.h
linux-user/arm/nwfpe/fpa11.h
+1
-1
linux-user/arm/nwfpe/fpa11_cpdt.c
linux-user/arm/nwfpe/fpa11_cpdt.c
+1
-1
linux-user/arm/nwfpe/fpa11_cprt.c
linux-user/arm/nwfpe/fpa11_cprt.c
+1
-1
linux-user/arm/nwfpe/fpopcode.c
linux-user/arm/nwfpe/fpopcode.c
+1
-1
linux-user/arm/nwfpe/single_cpdo.c
linux-user/arm/nwfpe/single_cpdo.c
+1
-1
target-alpha/cpu.h
target-alpha/cpu.h
+1
-1
target-alpha/fpu_helper.c
target-alpha/fpu_helper.c
+1
-1
target-alpha/helper.c
target-alpha/helper.c
+1
-1
target-alpha/translate.c
target-alpha/translate.c
+1
-1
target-arm/cpu.h
target-arm/cpu.h
+1
-1
target-i386/cpu.h
target-i386/cpu.h
+1
-1
target-m68k/cpu.h
target-m68k/cpu.h
+1
-1
target-microblaze/cpu.h
target-microblaze/cpu.h
+1
-1
target-mips/cpu.h
target-mips/cpu.h
+1
-1
target-openrisc/cpu.h
target-openrisc/cpu.h
+1
-1
target-ppc/cpu.h
target-ppc/cpu.h
+1
-1
target-s390x/cpu.h
target-s390x/cpu.h
+1
-1
target-sh4/cpu.h
target-sh4/cpu.h
+1
-3
target-sparc/cpu.h
target-sparc/cpu.h
+1
-1
target-unicore32/cpu.h
target-unicore32/cpu.h
+1
-1
未找到文件。
configure
浏览文件 @
6b4c305c
...
...
@@ -278,7 +278,7 @@ QEMU_CFLAGS="-fno-strict-aliasing $QEMU_CFLAGS"
QEMU_CFLAGS
=
"-Wall -Wundef -Wwrite-strings -Wmissing-prototypes
$QEMU_CFLAGS
"
QEMU_CFLAGS
=
"-Wstrict-prototypes -Wredundant-decls
$QEMU_CFLAGS
"
QEMU_CFLAGS
=
"-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
$QEMU_CFLAGS
"
QEMU_INCLUDES
=
"-I. -I
\$
(SRC_PATH) -I
\$
(SRC_PATH)/include
-I
\$
(SRC_PATH)/fpu
"
QEMU_INCLUDES
=
"-I. -I
\$
(SRC_PATH) -I
\$
(SRC_PATH)/include"
if
test
"
$debug_info
"
=
"yes"
;
then
CFLAGS
=
"-g
$CFLAGS
"
LDFLAGS
=
"-g
$LDFLAGS
"
...
...
This diff is collapsed.
Click to expand it.
fpu/softfloat.c
浏览文件 @
6b4c305c
...
...
@@ -40,7 +40,7 @@ these four paragraphs for those parts of this code that are retained.
*/
#include "config.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
/*----------------------------------------------------------------------------
| Primitive arithmetic functions, including multi-word arithmetic, and
...
...
This diff is collapsed.
Click to expand it.
fpu/softfloat.h
→
include/
fpu/softfloat.h
浏览文件 @
6b4c305c
文件已移动
This diff is collapsed.
Click to expand it.
include/qemu/bswap.h
浏览文件 @
6b4c305c
...
...
@@ -4,7 +4,7 @@
#include "config-host.h"
#include <inttypes.h>
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#ifdef CONFIG_MACHINE_BSWAP_H
#include <sys/endian.h>
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/double_cpdo.c
浏览文件 @
6b4c305c
...
...
@@ -19,7 +19,7 @@
*/
#include "fpa11.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "fpopcode.h"
float64
float64_exp
(
float64
Fm
);
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/extended_cpdo.c
浏览文件 @
6b4c305c
...
...
@@ -19,7 +19,7 @@
*/
#include "fpa11.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "fpopcode.h"
floatx80
floatx80_exp
(
floatx80
Fm
);
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/fpa11.h
浏览文件 @
6b4c305c
...
...
@@ -43,7 +43,7 @@ extern CPUARMState *user_registers;
/* includes */
#include "fpsr.h"
/* FP control and status register definitions */
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define typeNone 0x00
#define typeSingle 0x01
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/fpa11_cpdt.c
浏览文件 @
6b4c305c
...
...
@@ -20,7 +20,7 @@
*/
#include "fpa11.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "fpopcode.h"
//#include "fpmodule.h"
//#include "fpmodule.inl"
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/fpa11_cprt.c
浏览文件 @
6b4c305c
...
...
@@ -20,7 +20,7 @@
*/
#include "fpa11.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "fpopcode.h"
#include "fpa11.inl"
//#include "fpmodule.h"
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/fpopcode.c
浏览文件 @
6b4c305c
...
...
@@ -19,7 +19,7 @@
*/
#include "fpa11.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "fpopcode.h"
#include "fpsr.h"
//#include "fpmodule.h"
...
...
This diff is collapsed.
Click to expand it.
linux-user/arm/nwfpe/single_cpdo.c
浏览文件 @
6b4c305c
...
...
@@ -19,7 +19,7 @@
*/
#include "fpa11.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "fpopcode.h"
float32
float32_exp
(
float32
Fm
);
...
...
This diff is collapsed.
Click to expand it.
target-alpha/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -29,7 +29,7 @@
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define TARGET_HAS_ICE 1
...
...
This diff is collapsed.
Click to expand it.
target-alpha/fpu_helper.c
浏览文件 @
6b4c305c
...
...
@@ -19,7 +19,7 @@
#include "cpu.h"
#include "helper.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define FP_STATUS (env->fp_status)
...
...
This diff is collapsed.
Click to expand it.
target-alpha/helper.c
浏览文件 @
6b4c305c
...
...
@@ -22,7 +22,7 @@
#include <stdio.h>
#include "cpu.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "helper.h"
uint64_t
cpu_alpha_load_fpcr
(
CPUAlphaState
*
env
)
...
...
This diff is collapsed.
Click to expand it.
target-alpha/translate.c
浏览文件 @
6b4c305c
...
...
@@ -611,7 +611,7 @@ static void gen_qual_roundmode(DisasContext *ctx, int fn11)
}
#if defined(CONFIG_SOFTFLOAT_INLINE)
/* ??? The "softfloat.h" interface is to call set_float_rounding_mode.
/* ??? The "
fpu/
softfloat.h" interface is to call set_float_rounding_mode.
With CONFIG_SOFTFLOAT that expands to an out-of-line call that just
sets the one field. */
tcg_gen_st8_i32
(
tmp
,
cpu_env
,
...
...
This diff is collapsed.
Click to expand it.
target-arm/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -29,7 +29,7 @@
#include "qemu-common.h"
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define TARGET_HAS_ICE 1
...
...
This diff is collapsed.
Click to expand it.
target-i386/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -46,7 +46,7 @@
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define R_EAX 0
#define R_ECX 1
...
...
This diff is collapsed.
Click to expand it.
target-m68k/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -28,7 +28,7 @@
#include "qemu-common.h"
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define MAX_QREGS 32
...
...
This diff is collapsed.
Click to expand it.
target-microblaze/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -27,7 +27,7 @@
#define CPUArchState struct CPUMBState
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
struct
CPUMBState
;
typedef
struct
CPUMBState
CPUMBState
;
#if !defined(CONFIG_USER_ONLY)
...
...
This diff is collapsed.
Click to expand it.
target-mips/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -13,7 +13,7 @@
#include "qemu-common.h"
#include "mips-defs.h"
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
struct
CPUMIPSState
;
...
...
This diff is collapsed.
Click to expand it.
target-openrisc/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -31,7 +31,7 @@ struct OpenRISCCPU;
#include "config.h"
#include "qemu-common.h"
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#include "qom/cpu.h"
#include "qapi/error.h"
...
...
This diff is collapsed.
Click to expand it.
target-ppc/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -75,7 +75,7 @@
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define TARGET_HAS_ICE 1
...
...
This diff is collapsed.
Click to expand it.
target-s390x/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -36,7 +36,7 @@
#include "exec/cpu-all.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define NB_MMU_MODES 3
...
...
This diff is collapsed.
Click to expand it.
target-sh4/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -41,7 +41,7 @@
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define TARGET_PAGE_BITS 12
/* 4k XXXXX */
...
...
@@ -230,8 +230,6 @@ static inline void cpu_set_tls(CPUSH4State *env, target_ulong newtls)
void
cpu_load_tlb
(
CPUSH4State
*
env
);
#include "softfloat.h"
static
inline
CPUSH4State
*
cpu_init
(
const
char
*
cpu_model
)
{
SuperHCPU
*
cpu
=
cpu_sh4_init
(
cpu_model
);
...
...
This diff is collapsed.
Click to expand it.
target-sparc/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -27,7 +27,7 @@
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define TARGET_HAS_ICE 1
...
...
This diff is collapsed.
Click to expand it.
target-unicore32/cpu.h
浏览文件 @
6b4c305c
...
...
@@ -24,7 +24,7 @@
#include "config.h"
#include "qemu-common.h"
#include "exec/cpu-defs.h"
#include "softfloat.h"
#include "
fpu/
softfloat.h"
#define NB_MMU_MODES 2
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部