From: Filip Navara <filip.navara@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Remove unused gen_bx_T0 function.
Date: Sun, 21 Jun 2009 12:28:04 -0000 [thread overview]
Message-ID: <E1MIM9U-0002Fp-21@lists.gnu.org> (raw)
---
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
next reply other threads:[~2009-06-21 12:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-21 12:28 Filip Navara [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-06-22 17:39 [Qemu-devel] [PATCH] Remove unused gen_bx_T0 function Filip Navara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MIM9U-0002Fp-21@lists.gnu.org \
--to=filip.navara@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).