URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [cgen/] [testsuite.scm] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
; CGEN testsuite driver. ; Copyright (C) 2009 Doug Evans ; This file is part of CGEN. ; Global state variables. ; Specify which application. ; Initialize the options. ;;(set! CURRENT-COPYRIGHT copyright-fsf) ;;(set! CURRENT-PACKAGE package-cgen) ; Testsuite init,finish,analyzer support. ; Initialize any testsuite specific things before loading the .cpu file. ; Finish any testsuite specific things after loading the .cpu file. ; This is separate from analyze-data! as cpu-load performs some ; consistency checks in between. ; Compute various needed globals and assign any computed fields of ; the various objects. This is the standard routine that is called after ; a .cpu file is loaded. ; Initialize the rtl->c translator. ; Only include semantic operands when computing the format tables if we're ; generating operand instance tables. ; ??? Actually, may always be able to exclude the semantic operands. ; Still need to traverse the semantics to derive machine computed attributes. ;; (arch-analyze-insns! CURRENT-ARCH ;; #t ; include aliases? ;; #f ; build operand instance table? ;; ) ;; "Generating testsuite.out ...\n""CGEN Testsuite"
Go to most recent revision | Compare with Previous | Blame | View Log