This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
What is the MIPS Constraints 'c' and 'j'
- From: "Eric Fisher" <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 21 Feb 2006 13:49:59 +0800
- Subject: What is the MIPS Constraints 'c' and 'j'
Hi,
While I read the mips.md, I find there are some constraints used in
function call templates, such as 'c' and 'j'. But these two
constraints seem not be defined and I can't find their explanation
both in source files and gcc internal. Well, aren't there anywhere I
missed? Otherwise, how can they work?
Thanks.
Eric