PreviousUpNext

15.4.377  src/lib/compiler/back/low/sparc32/code/treecode-extension-sext-sparc32.pkg

## treecode-extension-sext-sparc32.pkg
#
# Background comments may be found in:
#
#     src/lib/compiler/back/low/treecode/treecode-extension.api
#
# A trivial sparc32-specific extension to the Treecode_Form via the sext (statement extension) facility.
#
# Treecode_Form is from   src/lib/compiler/back/low/treecode/treecode-form.api
#
# This package is referenced in:
#
#     src/lib/compiler/back/low/main/sparc32/treecode-extension-sparc32.pkg
#     src/lib/compiler/back/low/sparc32/code/treecode-extension-sext-compiler-sparc32-g.pkg
#     src/lib/compiler/back/low/sparc32/ccalls/ccalls-sparc32-g.pkg
#     src/lib/compiler/back/low/sparc32/ccalls/ccalls-sparc32-g.pkg

# Compiled by:
#     src/lib/compiler/back/low/sparc32/backend-sparc32.lib





package treecode_extension_sext_sparc32 {
    #
    Sext (S, R, F, C) =  UNIMP Int;
};


## COPYRIGHT (c) 2001 Bell Labs, Lucent Technologies
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext