PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
coreblas_ev_codes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COREBLAS_EVENTS_ID   0x03
#define COREBLAS_PREFIX   (COREBLAS_EVENTS_ID << NB_BITS_EVENTS)
#define FUT_COREBLAS_STOP   (COREBLAS_PREFIX | 0x0000)
#define FUT_COREBLAS_TASK   (COREBLAS_PREFIX | 0x1000)
#define FUT_COREBLAS_TASKW   (COREBLAS_PREFIX | 0x1001)
#define FUT_COREBLAS_GEMM   (COREBLAS_PREFIX | 0x0001)
#define FUT_COREBLAS_HERK   (COREBLAS_PREFIX | 0x0002)
#define FUT_COREBLAS_SYRK   (COREBLAS_PREFIX | 0x0003)
#define FUT_COREBLAS_HEMM   (COREBLAS_PREFIX | 0x0005)
#define FUT_COREBLAS_SYMM   (COREBLAS_PREFIX | 0x0006)
#define FUT_COREBLAS_TRMM   (COREBLAS_PREFIX | 0x0007)
#define FUT_COREBLAS_TRSM   (COREBLAS_PREFIX | 0x0008)
#define FUT_COREBLAS_HER2K   (COREBLAS_PREFIX | 0x0009)
#define FUT_COREBLAS_SYR2K   (COREBLAS_PREFIX | 0x000a)
#define FUT_COREBLAS_GEMV   (COREBLAS_PREFIX | 0x0010)
#define FUT_COREBLAS_GBMV   (COREBLAS_PREFIX | 0x0011)
#define FUT_COREBLAS_HEMV   (COREBLAS_PREFIX | 0x0012)
#define FUT_COREBLAS_HBMV   (COREBLAS_PREFIX | 0x0013)
#define FUT_COREBLAS_HPMV   (COREBLAS_PREFIX | 0x0014)
#define FUT_COREBLAS_SYMV   (COREBLAS_PREFIX | 0x0015)
#define FUT_COREBLAS_SBMV   (COREBLAS_PREFIX | 0x0016)
#define FUT_COREBLAS_SPMV   (COREBLAS_PREFIX | 0x0017)
#define FUT_COREBLAS_TRMV   (COREBLAS_PREFIX | 0x0018)
#define FUT_COREBLAS_TBMV   (COREBLAS_PREFIX | 0x0019)
#define FUT_COREBLAS_TPMV   (COREBLAS_PREFIX | 0x001a)
#define FUT_COREBLAS_TRSV   (COREBLAS_PREFIX | 0x001b)
#define FUT_COREBLAS_TBSV   (COREBLAS_PREFIX | 0x001c)
#define FUT_COREBLAS_TPSV   (COREBLAS_PREFIX | 0x001d)
#define FUT_COREBLAS_GER   (COREBLAS_PREFIX | 0x001e)
#define FUT_COREBLAS_GERU   (COREBLAS_PREFIX | 0x001f)
#define FUT_COREBLAS_GERC   (COREBLAS_PREFIX | 0x0020)
#define FUT_COREBLAS_HER   (COREBLAS_PREFIX | 0x0021)
#define FUT_COREBLAS_HPR   (COREBLAS_PREFIX | 0x0022)
#define FUT_COREBLAS_HER2   (COREBLAS_PREFIX | 0x0023)
#define FUT_COREBLAS_HPR2   (COREBLAS_PREFIX | 0x0024)
#define FUT_COREBLAS_SYR   (COREBLAS_PREFIX | 0x0025)
#define FUT_COREBLAS_SPR   (COREBLAS_PREFIX | 0x0026)
#define FUT_COREBLAS_SYR2   (COREBLAS_PREFIX | 0x0027)
#define FUT_COREBLAS_SPR2   (COREBLAS_PREFIX | 0x0028)
#define FUT_COREBLAS_ROTG   (COREBLAS_PREFIX | 0x0030)
#define FUT_COREBLAS_ROTMG   (COREBLAS_PREFIX | 0x0031)
#define FUT_COREBLAS_ROT   (COREBLAS_PREFIX | 0x0032)
#define FUT_COREBLAS_ROTM   (COREBLAS_PREFIX | 0x0033)
#define FUT_COREBLAS_SWAP   (COREBLAS_PREFIX | 0x0034)
#define FUT_COREBLAS_SCAL   (COREBLAS_PREFIX | 0x0035)
#define FUT_COREBLAS_COPY   (COREBLAS_PREFIX | 0x0036)
#define FUT_COREBLAS_AXPY   (COREBLAS_PREFIX | 0x0037)
#define FUT_COREBLAS_DOT   (COREBLAS_PREFIX | 0x0038)
#define FUT_COREBLAS_DOTU   (COREBLAS_PREFIX | 0x0039)
#define FUT_COREBLAS_DOTC   (COREBLAS_PREFIX | 0x003a)
#define FUT_COREBLAS_xDOT   (COREBLAS_PREFIX | 0x003b)
#define FUT_COREBLAS_NRM2   (COREBLAS_PREFIX | 0x003c)
#define FUT_COREBLAS_ASUM   (COREBLAS_PREFIX | 0x003d)
#define FUT_COREBLAS_AMAX   (COREBLAS_PREFIX | 0x003e)
#define FUT_COREBLAS_GEADD   (COREBLAS_PREFIX | 0x003f)
#define FUT_COREBLAS_LACPY   (COREBLAS_PREFIX | 0x0050)
#define FUT_COREBLAS_LANGE   (COREBLAS_PREFIX | 0x0051)
#define FUT_COREBLAS_LANHE   (COREBLAS_PREFIX | 0x0052)
#define FUT_COREBLAS_LANSY   (COREBLAS_PREFIX | 0x0053)
#define FUT_COREBLAS_LARFB   (COREBLAS_PREFIX | 0x0054)
#define FUT_COREBLAS_LARFT   (COREBLAS_PREFIX | 0x0055)
#define FUT_COREBLAS_LASWP   (COREBLAS_PREFIX | 0x0056)
#define FUT_COREBLAS_LAUUM   (COREBLAS_PREFIX | 0x0057)
#define FUT_COREBLAS_POTRF   (COREBLAS_PREFIX | 0x0058)
#define FUT_COREBLAS_TRTRI   (COREBLAS_PREFIX | 0x0059)
#define FUT_COREBLAS_LASET   (COREBLAS_PREFIX | 0x0060)
#define FUT_COREBLAS_GELQT   (COREBLAS_PREFIX | 0x0101)
#define FUT_COREBLAS_GEQRT   (COREBLAS_PREFIX | 0x0102)
#define FUT_COREBLAS_GESSM   (COREBLAS_PREFIX | 0x0103)
#define FUT_COREBLAS_GETRF   (COREBLAS_PREFIX | 0x0105)
#define FUT_COREBLAS_GETRO   (COREBLAS_PREFIX | 0x0106)
#define FUT_COREBLAS_SSSSM   (COREBLAS_PREFIX | 0x0107)
#define FUT_COREBLAS_TITRO   (COREBLAS_PREFIX | 0x0108)
#define FUT_COREBLAS_TRBMM   (COREBLAS_PREFIX | 0x0109)
#define FUT_COREBLAS_TRGMM   (COREBLAS_PREFIX | 0x010a)
#define FUT_COREBLAS_TSLQT   (COREBLAS_PREFIX | 0x010b)
#define FUT_COREBLAS_TSMLQ   (COREBLAS_PREFIX | 0x010c)
#define FUT_COREBLAS_TSMQR   (COREBLAS_PREFIX | 0x010d)
#define FUT_COREBLAS_TSQRT   (COREBLAS_PREFIX | 0x010e)
#define FUT_COREBLAS_TSRFB   (COREBLAS_PREFIX | 0x010f)
#define FUT_COREBLAS_TSTRF   (COREBLAS_PREFIX | 0x0110)
#define FUT_COREBLAS_TTLQT   (COREBLAS_PREFIX | 0x0111)
#define FUT_COREBLAS_TTMLQ   (COREBLAS_PREFIX | 0x0112)
#define FUT_COREBLAS_TTMQR   (COREBLAS_PREFIX | 0x0113)
#define FUT_COREBLAS_TTQRT   (COREBLAS_PREFIX | 0x0114)
#define FUT_COREBLAS_TTRFB   (COREBLAS_PREFIX | 0x0115)
#define FUT_COREBLAS_UNMLQ   (COREBLAS_PREFIX | 0x0116)
#define FUT_COREBLAS_UNMQR   (COREBLAS_PREFIX | 0x0117)
#define FUT_COREBLAS_GETRIP   (COREBLAS_PREFIX | 0x0118)
#define FUT_COREBLAS_PLGHE   (COREBLAS_PREFIX | 0x0119)
#define FUT_COREBLAS_PLGSY   (COREBLAS_PREFIX | 0x011a)
#define FUT_COREBLAS_SHIFT   (COREBLAS_PREFIX | 0x011b)
#define FUT_COREBLAS_SHIFTW   (COREBLAS_PREFIX | 0x011c)
#define FUT_COREBLAS_SWPAB   (COREBLAS_PREFIX | 0x011d)
#define FUT_COREBLAS_PLRNT   (COREBLAS_PREFIX | 0x011e)
#define FUT_COREBLAS_BRDALG   (COREBLAS_PREFIX | 0x0120)
#define FUT_COREBLAS_TRDALG   (COREBLAS_PREFIX | 0x0121)
#define FUT_COREBLAS_HEGST   (COREBLAS_PREFIX | 0x0122)
#define FUT_COREBLAS_SYGST   (COREBLAS_PREFIX | 0x0123)
#define FUT_COREBLAS_HERFB   (COREBLAS_PREFIX | 0x0124)
#define FUT_COREBLAS_SYRFB   (COREBLAS_PREFIX | 0x0125)
#define COREBLAS_MASK_EVENTS   0x0fff
#define COREBLAS_NBMAX_EVENTS   0x0126

Detailed Description

PLASMA core_blas tracing kernel PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver

Version:
2.4.5
Author:
Mathieu Faverge
Date:
2010-11-15

Definition in file coreblas_ev_codes.h.


Macro Definition Documentation

#define COREBLAS_EVENTS_ID   0x03

Definition at line 17 of file coreblas_ev_codes.h.

#define COREBLAS_MASK_EVENTS   0x0fff

Definition at line 132 of file coreblas_ev_codes.h.

#define COREBLAS_NBMAX_EVENTS   0x0126

Definition at line 133 of file coreblas_ev_codes.h.

#define COREBLAS_PREFIX   (COREBLAS_EVENTS_ID << NB_BITS_EVENTS)

Definition at line 18 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_AMAX   (COREBLAS_PREFIX | 0x003e)

Definition at line 77 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_ASUM   (COREBLAS_PREFIX | 0x003d)

Definition at line 76 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_AXPY   (COREBLAS_PREFIX | 0x0037)

Definition at line 70 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_BRDALG   (COREBLAS_PREFIX | 0x0120)

Definition at line 125 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_COPY   (COREBLAS_PREFIX | 0x0036)

Definition at line 69 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_DOT   (COREBLAS_PREFIX | 0x0038)

Definition at line 71 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_DOTC   (COREBLAS_PREFIX | 0x003a)

Definition at line 73 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_DOTU   (COREBLAS_PREFIX | 0x0039)

Definition at line 72 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GBMV   (COREBLAS_PREFIX | 0x0011)

Definition at line 37 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GEADD   (COREBLAS_PREFIX | 0x003f)

Definition at line 78 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GELQT   (COREBLAS_PREFIX | 0x0101)

Definition at line 95 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GEMM   (COREBLAS_PREFIX | 0x0001)

Definition at line 25 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GEMV   (COREBLAS_PREFIX | 0x0010)

Definition at line 36 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GEQRT   (COREBLAS_PREFIX | 0x0102)

Definition at line 96 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GER   (COREBLAS_PREFIX | 0x001e)

Definition at line 50 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GERC   (COREBLAS_PREFIX | 0x0020)

Definition at line 52 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GERU   (COREBLAS_PREFIX | 0x001f)

Definition at line 51 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GESSM   (COREBLAS_PREFIX | 0x0103)

Definition at line 97 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GETRF   (COREBLAS_PREFIX | 0x0105)

Definition at line 98 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GETRIP   (COREBLAS_PREFIX | 0x0118)

Definition at line 117 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_GETRO   (COREBLAS_PREFIX | 0x0106)

Definition at line 99 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HBMV   (COREBLAS_PREFIX | 0x0013)

Definition at line 39 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HEGST   (COREBLAS_PREFIX | 0x0122)

Definition at line 127 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HEMM   (COREBLAS_PREFIX | 0x0005)

Definition at line 28 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HEMV   (COREBLAS_PREFIX | 0x0012)

Definition at line 38 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HER   (COREBLAS_PREFIX | 0x0021)

Definition at line 53 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HER2   (COREBLAS_PREFIX | 0x0023)

Definition at line 55 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HER2K   (COREBLAS_PREFIX | 0x0009)

Definition at line 32 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HERFB   (COREBLAS_PREFIX | 0x0124)

Definition at line 129 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HERK   (COREBLAS_PREFIX | 0x0002)

Definition at line 26 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HPMV   (COREBLAS_PREFIX | 0x0014)

Definition at line 40 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HPR   (COREBLAS_PREFIX | 0x0022)

Definition at line 54 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_HPR2   (COREBLAS_PREFIX | 0x0024)

Definition at line 56 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LACPY   (COREBLAS_PREFIX | 0x0050)

Definition at line 81 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LANGE   (COREBLAS_PREFIX | 0x0051)

Definition at line 82 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LANHE   (COREBLAS_PREFIX | 0x0052)

Definition at line 83 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LANSY   (COREBLAS_PREFIX | 0x0053)

Definition at line 84 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LARFB   (COREBLAS_PREFIX | 0x0054)

Definition at line 85 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LARFT   (COREBLAS_PREFIX | 0x0055)

Definition at line 86 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LASET   (COREBLAS_PREFIX | 0x0060)

Definition at line 91 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LASWP   (COREBLAS_PREFIX | 0x0056)

Definition at line 87 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_LAUUM   (COREBLAS_PREFIX | 0x0057)

Definition at line 88 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_NRM2   (COREBLAS_PREFIX | 0x003c)

Definition at line 75 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_PLGHE   (COREBLAS_PREFIX | 0x0119)

Definition at line 118 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_PLGSY   (COREBLAS_PREFIX | 0x011a)

Definition at line 119 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_PLRNT   (COREBLAS_PREFIX | 0x011e)

Definition at line 123 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_POTRF   (COREBLAS_PREFIX | 0x0058)

Definition at line 89 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_ROT   (COREBLAS_PREFIX | 0x0032)

Definition at line 65 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_ROTG   (COREBLAS_PREFIX | 0x0030)

Definition at line 63 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_ROTM   (COREBLAS_PREFIX | 0x0033)

Definition at line 66 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_ROTMG   (COREBLAS_PREFIX | 0x0031)

Definition at line 64 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SBMV   (COREBLAS_PREFIX | 0x0016)

Definition at line 42 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SCAL   (COREBLAS_PREFIX | 0x0035)

Definition at line 68 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SHIFT   (COREBLAS_PREFIX | 0x011b)

Definition at line 120 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SHIFTW   (COREBLAS_PREFIX | 0x011c)

Definition at line 121 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SPMV   (COREBLAS_PREFIX | 0x0017)

Definition at line 43 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SPR   (COREBLAS_PREFIX | 0x0026)

Definition at line 58 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SPR2   (COREBLAS_PREFIX | 0x0028)

Definition at line 60 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SSSSM   (COREBLAS_PREFIX | 0x0107)

Definition at line 100 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_STOP   (COREBLAS_PREFIX | 0x0000)

Definition at line 20 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SWAP   (COREBLAS_PREFIX | 0x0034)

Definition at line 67 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SWPAB   (COREBLAS_PREFIX | 0x011d)

Definition at line 122 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYGST   (COREBLAS_PREFIX | 0x0123)

Definition at line 128 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYMM   (COREBLAS_PREFIX | 0x0006)

Definition at line 29 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYMV   (COREBLAS_PREFIX | 0x0015)

Definition at line 41 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYR   (COREBLAS_PREFIX | 0x0025)

Definition at line 57 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYR2   (COREBLAS_PREFIX | 0x0027)

Definition at line 59 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYR2K   (COREBLAS_PREFIX | 0x000a)

Definition at line 33 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYRFB   (COREBLAS_PREFIX | 0x0125)

Definition at line 130 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_SYRK   (COREBLAS_PREFIX | 0x0003)

Definition at line 27 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TASK   (COREBLAS_PREFIX | 0x1000)

Definition at line 21 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TASKW   (COREBLAS_PREFIX | 0x1001)

Definition at line 22 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TBMV   (COREBLAS_PREFIX | 0x0019)

Definition at line 45 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TBSV   (COREBLAS_PREFIX | 0x001c)

Definition at line 48 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TITRO   (COREBLAS_PREFIX | 0x0108)

Definition at line 101 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TPMV   (COREBLAS_PREFIX | 0x001a)

Definition at line 46 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TPSV   (COREBLAS_PREFIX | 0x001d)

Definition at line 49 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRBMM   (COREBLAS_PREFIX | 0x0109)

Definition at line 102 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRDALG   (COREBLAS_PREFIX | 0x0121)

Definition at line 126 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRGMM   (COREBLAS_PREFIX | 0x010a)

Definition at line 103 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRMM   (COREBLAS_PREFIX | 0x0007)

Definition at line 30 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRMV   (COREBLAS_PREFIX | 0x0018)

Definition at line 44 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRSM   (COREBLAS_PREFIX | 0x0008)

Definition at line 31 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRSV   (COREBLAS_PREFIX | 0x001b)

Definition at line 47 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TRTRI   (COREBLAS_PREFIX | 0x0059)

Definition at line 90 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TSLQT   (COREBLAS_PREFIX | 0x010b)

Definition at line 104 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TSMLQ   (COREBLAS_PREFIX | 0x010c)

Definition at line 105 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TSMQR   (COREBLAS_PREFIX | 0x010d)

Definition at line 106 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TSQRT   (COREBLAS_PREFIX | 0x010e)

Definition at line 107 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TSRFB   (COREBLAS_PREFIX | 0x010f)

Definition at line 108 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TSTRF   (COREBLAS_PREFIX | 0x0110)

Definition at line 109 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TTLQT   (COREBLAS_PREFIX | 0x0111)

Definition at line 110 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TTMLQ   (COREBLAS_PREFIX | 0x0112)

Definition at line 111 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TTMQR   (COREBLAS_PREFIX | 0x0113)

Definition at line 112 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TTQRT   (COREBLAS_PREFIX | 0x0114)

Definition at line 113 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_TTRFB   (COREBLAS_PREFIX | 0x0115)

Definition at line 114 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_UNMLQ   (COREBLAS_PREFIX | 0x0116)

Definition at line 115 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_UNMQR   (COREBLAS_PREFIX | 0x0117)

Definition at line 116 of file coreblas_ev_codes.h.

#define FUT_COREBLAS_xDOT   (COREBLAS_PREFIX | 0x003b)

Definition at line 74 of file coreblas_ev_codes.h.