~ubuntu-branches/ubuntu/maverick/ghdl/maverick

« back to all changes in this revision

Viewing changes to gcc/gcc/config/alpha/predicates.md

  • Committer: Bazaar Package Importer
  • Author(s): Wesley J. Landaker
  • Date: 2009-04-02 21:23:07 UTC
  • mfrom: (1.1.11 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402212307-01pkh97q9b3u1vea
Tags: 0.27+svn110+gcc4.3.3+dfsg-1
* Now using gcc-4.3.3
* Updated copyright information
* Added Vcs-Git information
* Updated to policy 3.8.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
  (ior (match_code "symbol_ref,label_ref")
391
391
       (and (match_code "const")
392
392
            (match_test "GET_CODE (XEXP (op,0)) == PLUS
393
 
                         && GET_CODE (XEXP (XEXP (op,0), 0)) == SYMBOL_REF
 
393
                         && (GET_CODE (XEXP (XEXP (op,0), 0)) == SYMBOL_REF
 
394
                             || GET_CODE (XEXP (XEXP (op,0), 0)) == LABEL_REF)
394
395
                         && GET_CODE (XEXP (XEXP (op,0), 1)) == CONST_INT"))))
395
396
 
396
397
;; Return true if OP is valid for 16-bit DTP relative relocations.