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

Go to the source code of this file.

Functions

int8 rshft_b (int8 *m, int8 *k)
int16 rshft_h (int16 *m, int16 *k)
int32 rshft_l (int32 *m, int32 *k)
int64 rshft_ll (int64 *m, int64 *k)

Function Documentation

int8 rshft_b ( int8 m,
int8 k 
)

Definition at line 508 of file frts.c.

References shft_b().

Here is the call graph for this function:

int16 rshft_h ( int16 m,
int16 k 
)

Definition at line 515 of file frts.c.

References shft_h().

Here is the call graph for this function:

int32 rshft_l ( int32 m,
int32 k 
)

Definition at line 522 of file frts.c.

References shft_l().

Here is the call graph for this function:

int64 rshft_ll ( int64 m,
int64 k 
)

Definition at line 529 of file frts.c.

References shft_ll().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines