mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +02:00
+ secondshlshr() test
This commit is contained in:
parent
a14f805097
commit
8d93181f65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user