* [Qemu-devel] [PATCH] Remove unused gen_bx_T0 function.
@ 2009-06-21 12:28 Filip Navara
0 siblings, 0 replies; 2+ messages in thread
From: Filip Navara @ 2009-06-21 12:28 UTC (permalink / raw)
To: qemu-devel
---
target-arm/translate.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c
index 8c601b1..62c9eff 100644
--- a/target-arm/translate.c
+++ b/target-arm/translate.c
@@ -813,14 +813,6 @@ static inline void gen_bx(DisasContext *s, TCGv var)
store_cpu_field(var, regs[15]);
}
-/* TODO: This should be removed. Use gen_bx instead. */
-static inline void gen_bx_T0(DisasContext *s)
-{
- TCGv tmp = new_tmp();
- tcg_gen_mov_i32(tmp, cpu_T[0]);
- gen_bx(s, tmp);
-}
-
/* Variant of store_reg which uses branch&exchange logic when storing
to r15 in ARM architecture v7 and above. The source must be a temporary
and will be marked as dead. */
--
1.6.3.msysgit.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Qemu-devel] [PATCH] Remove unused gen_bx_T0 function.
@ 2009-06-22 17:39 Filip Navara
0 siblings, 0 replies; 2+ messages in thread
From: Filip Navara @ 2009-06-22 17:39 UTC (permalink / raw)
To: qemu-devel
Signed-off-by: Filip Navara <filip.navara@gmail.com>
---
target-arm/translate.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c
index 8c601b1..62c9eff 100644
--- a/target-arm/translate.c
+++ b/target-arm/translate.c
@@ -813,14 +813,6 @@ static inline void gen_bx(DisasContext *s, TCGv var)
store_cpu_field(var, regs[15]);
}
-/* TODO: This should be removed. Use gen_bx instead. */
-static inline void gen_bx_T0(DisasContext *s)
-{
- TCGv tmp = new_tmp();
- tcg_gen_mov_i32(tmp, cpu_T[0]);
- gen_bx(s, tmp);
-}
-
/* Variant of store_reg which uses branch&exchange logic when storing
to r15 in ARM architecture v7 and above. The source must be a temporary
and will be marked as dead. */
--
1.6.3.msysgit.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-22 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21 12:28 [Qemu-devel] [PATCH] Remove unused gen_bx_T0 function Filip Navara
-- strict thread matches above, loose matches on Subject: below --
2009-06-22 17:39 Filip Navara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).