+ secondshlshr() test

This commit is contained in:
carl 2001-05-25 01:16:27 +00:00
parent a14f805097
commit 8d93181f65

View File

@ -5,12 +5,13 @@ This directory contains tests for several parts of the compiler and RTL
Code generator
--------------------------------------------------------------------
secondadd() ........... /cg/taddbool.pas Boolean arithmetic operations
secondadd() ........... /cg/taddcard.pas Cardinal arithmetic operations
secondadd() ........... /cg/taddreal.pas Real arithmetic operations
secondadd() ........... /cg/taddlong.pas Longint arithmetic operations
secondload()........... /cg/tldparam.pas Load subroutine parameters
secondload()........... /cg/tldlocal.pas Load subroutine local variables
secondadd() ........... /cg/taddbool.pp Boolean arithmetic operations
secondadd() ........... /cg/taddcard.pp Cardinal arithmetic operations
secondadd() ........... /cg/taddreal.pp Real arithmetic operations
secondadd() ........... /cg/taddlong.pp Longint arithmetic operations
secondload()........... /cg/tldparam.pp Load subroutine parameters
secondload()........... /cg/tldlocal.pp Load subroutine local variables
secondshlshr()......... /cg/tshlshr.pp Shift routines on natural compiler types
--------------------------------------------------------------------
Compiler