Re: adding a new register type to i386.h, and add spill/fill support

2005-10-24 Thread Ian Lance Taylor
Tyler Anderson <[EMAIL PROTECTED]> writes: > I've gotten much further. I've added the new register > type to just about everywhere I can think of. > > Then I was getting a cannot find a spill register > error. Could be any number of things. It's not trivial to do what you are trying to do. You

Re: adding a new register type to i386.h, and add spill/fill support

2005-10-24 Thread Tyler Anderson
I've gotten much further. I've added the new register type to just about everywhere I can think of. Then I was getting a cannot find a spill register error. Any thoughts? Tyler --- Ian Lance Taylor wrote: > Tyler Anderson <[EMAIL PROTECTED]> writes: > > > I've already added the new type to i

Re: adding a new register type to i386.h, and add spill/fill support

2005-10-23 Thread Ian Lance Taylor
Tyler Anderson <[EMAIL PROTECTED]> writes: > I've already added the new type to i386.h, however, I > think I'm missing something in the #define > REG_CLASS_CONTENTS section. Could anyone point me to > more documentation about what each bit means? We need > to add a new register type, and extend th

adding a new register type to i386.h, and add spill/fill support

2005-10-23 Thread Tyler Anderson
Hello all, This is my first post! I'm already familiar with adding new intrinsics, and am familiar with several files: rtl.def - added new rtl types for new instructions simplify-rtx.c - return 0 in the simplify binary and simplify ternary operations for instructi