1. 10 Nov, 2001 1 commit
    • pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a constant can… · b8e42321
      pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a constant can be loaded in a single...
      
      	* pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a
      	constant can be loaded in a single instruction to a register.  When
      	loading immediate constants, use PLUS instead of HIGH/LO_SUM.  Use
      	depdi for insertion of most significant 32-bits on 64-bit hosts.
      	* pa.h (LEGITIMATE_CONSTANT_P): Accept constants that can be built
      	with ldil/ldo/depdi instruction sequence on 64-bit hosts.
      	* pa.md: New addmove pattern for adding constant_int to HImode
      	register and moving result to HImode register.  Remove HImode HIGH
      	and LO_SUM patterns.
      
      From-SVN: r46908
      John David Anglin committed
  2. 09 Nov, 2001 36 commits
  3. 08 Nov, 2001 3 commits