This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ARM/Thumb code generation by gcc
- From: Arvind Krishnaswamy <arvind at CS dot Arizona dot EDU>
- To: <gcc at gcc dot gnu dot org>
- Date: Fri, 7 Jun 2002 08:46:47 -0700 (MST)
- Subject: ARM/Thumb code generation by gcc
Hi,
Are the ARM and Thumb code generators completely independent, or does the
Thumb code generator convert each ARM instruction that would be generated by
the ARM code generator into equivalent thumb instructions? In other words,
is there some sort of mapping between the two?
-Arvind