Re: pa indirect_jump instruction

2015-07-05 Thread Trevor Saunders
On Sun, Jul 05, 2015 at 09:11:23AM +0100, Richard Sandiford wrote: > Trevor Saunders writes: > > On Tue, Jun 30, 2015 at 09:53:31PM +0100, Richard Sandiford wrote: > >> I have a series of patches to convert all non-optab instructions to > >> the target-insns.def interface. config-list.mk showed u

Re: pa indirect_jump instruction

2015-07-05 Thread Richard Sandiford
Trevor Saunders writes: > On Tue, Jun 30, 2015 at 09:53:31PM +0100, Richard Sandiford wrote: >> I have a series of patches to convert all non-optab instructions to >> the target-insns.def interface. config-list.mk showed up one problem >> though. The pa indirect_jump pattern is: >> >> ;;; Hope

Re: pa indirect_jump instruction

2015-07-01 Thread Trevor Saunders
On Tue, Jun 30, 2015 at 09:53:31PM +0100, Richard Sandiford wrote: > I have a series of patches to convert all non-optab instructions to > the target-insns.def interface. config-list.mk showed up one problem > though. The pa indirect_jump pattern is: > > ;;; Hope this is only within a function..

Re: pa indirect_jump instruction

2015-06-30 Thread John David Anglin
I would think pmode_register_operand is correct. Then, condition can be removed. Dave On 2015-06-30 4:53 PM, Richard Sandiford wrote: I have a series of patches to convert all non-optab instructions to the target-insns.def interface. config-list.mk showed up one problem though. The pa indir