Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
f6af014e
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
f6af014e
编写于
5月 03, 2012
作者:
M
malc
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Restore consistent formatting
Signed-off-by:
N
malc
<
av1474@comtv.ru
>
上级
58a331ba
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
18 addition
and
18 deletion
+18
-18
tcg/ppc64/tcg-target.c
tcg/ppc64/tcg-target.c
+18
-18
未找到文件。
tcg/ppc64/tcg-target.c
浏览文件 @
f6af014e
...
@@ -674,11 +674,11 @@ static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc)
...
@@ -674,11 +674,11 @@ static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc)
#ifdef CONFIG_TCG_PASS_AREG0
#ifdef CONFIG_TCG_PASS_AREG0
/* XXX/FIXME: suboptimal */
/* XXX/FIXME: suboptimal */
tcg_out_mov
(
s
,
TCG_TYPE_I32
,
tcg_target_call_iarg_regs
[
2
],
tcg_out_mov
(
s
,
TCG_TYPE_I32
,
tcg_target_call_iarg_regs
[
2
],
tcg_target_call_iarg_regs
[
1
]);
tcg_target_call_iarg_regs
[
1
]);
tcg_out_mov
(
s
,
TCG_TYPE_TL
,
tcg_target_call_iarg_regs
[
1
],
tcg_out_mov
(
s
,
TCG_TYPE_TL
,
tcg_target_call_iarg_regs
[
1
],
tcg_target_call_iarg_regs
[
0
]);
tcg_target_call_iarg_regs
[
0
]);
tcg_out_mov
(
s
,
TCG_TYPE_PTR
,
tcg_target_call_iarg_regs
[
0
],
tcg_out_mov
(
s
,
TCG_TYPE_PTR
,
tcg_target_call_iarg_regs
[
0
],
TCG_AREG0
);
TCG_AREG0
);
#endif
#endif
tcg_out_call
(
s
,
(
tcg_target_long
)
qemu_ld_helpers
[
s_bits
],
1
);
tcg_out_call
(
s
,
(
tcg_target_long
)
qemu_ld_helpers
[
s_bits
],
1
);
...
@@ -831,13 +831,13 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
...
@@ -831,13 +831,13 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
#ifdef CONFIG_TCG_PASS_AREG0
#ifdef CONFIG_TCG_PASS_AREG0
/* XXX/FIXME: suboptimal */
/* XXX/FIXME: suboptimal */
tcg_out_mov
(
s
,
TCG_TYPE_I32
,
tcg_target_call_iarg_regs
[
3
],
tcg_out_mov
(
s
,
TCG_TYPE_I32
,
tcg_target_call_iarg_regs
[
3
],
tcg_target_call_iarg_regs
[
2
]);
tcg_target_call_iarg_regs
[
2
]);
tcg_out_mov
(
s
,
TCG_TYPE_I64
,
tcg_target_call_iarg_regs
[
2
],
tcg_out_mov
(
s
,
TCG_TYPE_I64
,
tcg_target_call_iarg_regs
[
2
],
tcg_target_call_iarg_regs
[
1
]);
tcg_target_call_iarg_regs
[
1
]);
tcg_out_mov
(
s
,
TCG_TYPE_TL
,
tcg_target_call_iarg_regs
[
1
],
tcg_out_mov
(
s
,
TCG_TYPE_TL
,
tcg_target_call_iarg_regs
[
1
],
tcg_target_call_iarg_regs
[
0
]);
tcg_target_call_iarg_regs
[
0
]);
tcg_out_mov
(
s
,
TCG_TYPE_PTR
,
tcg_target_call_iarg_regs
[
0
],
tcg_out_mov
(
s
,
TCG_TYPE_PTR
,
tcg_target_call_iarg_regs
[
0
],
TCG_AREG0
);
TCG_AREG0
);
#endif
#endif
tcg_out_call
(
s
,
(
tcg_target_long
)
qemu_st_helpers
[
opc
],
1
);
tcg_out_call
(
s
,
(
tcg_target_long
)
qemu_st_helpers
[
opc
],
1
);
...
@@ -926,9 +926,9 @@ static void tcg_target_qemu_prologue (TCGContext *s)
...
@@ -926,9 +926,9 @@ static void tcg_target_qemu_prologue (TCGContext *s)
;
;
frame_size
=
(
frame_size
+
15
)
&
~
15
;
frame_size
=
(
frame_size
+
15
)
&
~
15
;
tcg_set_frame
(
s
,
TCG_REG_CALL_STACK
,
frame_size
tcg_set_frame
(
s
,
TCG_REG_CALL_STACK
,
frame_size
-
CPU_TEMP_BUF_NLONGS
*
sizeof
(
long
),
-
CPU_TEMP_BUF_NLONGS
*
sizeof
(
long
),
CPU_TEMP_BUF_NLONGS
*
sizeof
(
long
));
CPU_TEMP_BUF_NLONGS
*
sizeof
(
long
));
#ifndef __APPLE__
#ifndef __APPLE__
/* First emit adhoc function descriptor */
/* First emit adhoc function descriptor */
...
@@ -952,7 +952,7 @@ static void tcg_target_qemu_prologue (TCGContext *s)
...
@@ -952,7 +952,7 @@ static void tcg_target_qemu_prologue (TCGContext *s)
#ifdef CONFIG_USE_GUEST_BASE
#ifdef CONFIG_USE_GUEST_BASE
if
(
GUEST_BASE
)
{
if
(
GUEST_BASE
)
{
tcg_out_movi
(
s
,
TCG_TYPE_I64
,
TCG_GUEST_BASE_REG
,
GUEST_BASE
);
tcg_out_movi
(
s
,
TCG_TYPE_I64
,
TCG_GUEST_BASE_REG
,
GUEST_BASE
);
tcg_regset_set_reg
(
s
->
reserved_regs
,
TCG_GUEST_BASE_REG
);
tcg_regset_set_reg
(
s
->
reserved_regs
,
TCG_GUEST_BASE_REG
);
}
}
#endif
#endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录