Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
bittab.c File Reference
#include <cmplrs/host.h>
Include dependency graph for bittab.c:

Go to the source code of this file.

Variables

int32 F77mask [33]
int64 F77llmask [65]
int32F77zmask = &F77mask[1]
int64F77llzmask = &F77llmask[1]

Variable Documentation

Initial value:
 {
        0x0,
        0x1, 0x3, 0x7, 0xf,
        0x1f, 0x3f, 0x7f, 0xff,
        0x1ff, 0x3ff, 0x7ff, 0xfff,
        0x1fff, 0x3fff, 0x7fff, 0xffff,
        0x1ffff, 0x3ffff, 0x7ffff, 0xfffff,
        0x1fffff, 0x3fffff, 0x7fffff, 0xffffff,
        0x1ffffff, 0x3ffffff, 0x7ffffff, 0xfffffff,
        0x1fffffff, 0x3fffffff, 0x7fffffff, 0xffffffff,
        0x1ffffffff, 0x3ffffffff, 0x7ffffffff, 0xfffffffff,
        0x1fffffffff, 0x3fffffffff, 0x7fffffffff, 0xffffffffff,
        0x1ffffffffff, 0x3ffffffffff, 0x7ffffffffff, 0xfffffffffff,
        0x1fffffffffff, 0x3fffffffffff, 0x7fffffffffff, 0xffffffffffff,
        0x1ffffffffffff, 0x3ffffffffffff, 0x7ffffffffffff, 0xfffffffffffff,
        0x1fffffffffffff, 0x3fffffffffffff, 0x7fffffffffffff, 0xffffffffffffff,
        0x1ffffffffffffff, 0x3ffffffffffffff, 0x7ffffffffffffff, 0xfffffffffffffff,
        0x1fffffffffffffff, 0x3fffffffffffffff, 0x7fffffffffffffff, 0xffffffffffffffff
        }

Definition at line 61 of file bittab.c.

Referenced by bext_ll(), mvbits_long_long(), shft_ll(), and shftc_ll().

Definition at line 85 of file bittab.c.

Referenced by btest_ll().

Initial value:
 {
        0x0,
        0x1, 0x3, 0x7, 0xf,
        0x1f, 0x3f, 0x7f, 0xff,
        0x1ff, 0x3ff, 0x7ff, 0xfff,
        0x1fff, 0x3fff, 0x7fff, 0xffff,
        0x1ffff, 0x3ffff, 0x7ffff, 0xfffff,
        0x1fffff, 0x3fffff, 0x7fffff, 0xffffff,
        0x1ffffff, 0x3ffffff, 0x7ffffff, 0xfffffff,
        0x1fffffff, 0x3fffffff, 0x7fffffff, 0xffffffff
        }

Definition at line 49 of file bittab.c.

Referenced by bext_b(), bext_h(), bext_l(), mvbits_byte(), mvbits_long(), mvbits_short(), shft_b(), shft_h(), shft_l(), shftc_b(), shftc_h(), and shftc_l().

Definition at line 84 of file bittab.c.

Referenced by btest_b(), btest_h(), and btest_l().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines