swps3
|
Go to the source code of this file.
Classes | |
struct | Options |
Macros | |
#define | __ALIGNED__ __attribute__((__aligned__(16))) |
#define | EXPORT /** symbol should be exported from DSO */ |
#define | LIKELY(x) (x) /** static branch prediction */ |
#define | MATRIX_DIM ('Z'-'A'+1) |
#define | MAX_SEQ_LENGTH (1024*10) |
#define | MAX_SEQ_NAME_LENGTH (255) |
#define | UNLIKELY(x) (x) /** static branch prediction */ |
Enumerations | |
enum | SWType { SCALAR, SSE2, PS3, ALTIVEC } |
#define __ALIGNED__ __attribute__((__aligned__(16))) |
#define LIKELY | ( | x | ) | (x) /** static branch prediction */ |
Definition at line 40 of file swps3.h.
Referenced by dynProgrLocal(), dynProgrLocal2(), dynProgrLocalBlock(), swps3_alignmentByteSSE(), swps3_alignmentByteSSE_lin(), swps3_alignmentShort2SSE(), swps3_alignmentShortSSE(), and swps3_alignmentShortSSE_lin().
#define MATRIX_DIM ('Z'-'A'+1) |
Definition at line 32 of file swps3.h.
Referenced by allocateProfile(), doCreateProfile(), handleCommand(), main(), swps3_alignmentByteSPE(), swps3_alignmentFloatSPE(), swps3_alignmentShortSPE(), swps3_alignScalar(), swps3_convertMatrixD2B(), swps3_createProfileAltivec(), swps3_createProfileByteSSE(), swps3_createProfileShortSSE(), swps3_translateSequence(), and TdynProgLocal().
#define MAX_SEQ_LENGTH (1024*10) |
Definition at line 30 of file swps3.h.
Referenced by main(), and swps3_alignScalar().
#define UNLIKELY | ( | x | ) | (x) /** static branch prediction */ |
Definition at line 41 of file swps3.h.
Referenced by dynProgrLocal(), dynProgrLocal2(), dynProgrLocalBlock(), swps3_alignmentByteSSE(), swps3_alignmentByteSSE_lin(), swps3_alignmentShort2SSE(), swps3_alignmentShortSSE(), and swps3_alignmentShortSSE_lin().