This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
32 bit jump instruction.
- From: "Rohit Arul Raj" <rohitarulraj at gmail dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Thu, 7 Dec 2006 11:19:18 +0530
- Subject: 32 bit jump instruction.
Hi all,
I am working on a private target where jump instruction patterns are
similiar to this
jmp <24 bit offset>
jmp <address register> for 32 bit offsets
if my offset is greater than 24 bits, then i have to move the offset
to an address register. But inside the branch instruction (in md
file), i am not able to generate a pseudo register because the
condition check for "no_new_pseudos " fails.
Can any one suggest a way to overcome this?
Regards,
Rohit