Indexed address problem

2006-07-19 Thread saajan . chana
Hello, We are trying to write a new backend for GCC. The target machine is 16-bit, with 24-bit pointers. However, the indexed addressing mode has a 24-bit base and a 16-bit index, so we want to generate RTXs such as (mem:QI (plus:SI (reg:HI ) (reg:SI ))) (mem:HI (plus:SI (mul

Message to send to gcc development list

2006-07-19 Thread saajan . chana
Hello, We are trying to write a new backend for GCC. The target machine is 16-bit, with 24-bit pointers. However, the indexed addressing mode has a 24-bit base and a 16-bit index, so we want to generate RTXs such as (mem:QI (plus:SI (reg:HI ) (reg:SI ))) (mem:HI (plus:SI (mul