#include <stdlib.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include <errno.h>
#include <debug.h>
#include <xmmintrin.h>
#include "thrdesc.h"
Go to the source code of this file.
Defines | |
#define | ITM_REGPARM |
#define | ITM_NORETURN __attribute__((noreturn)) |
Typedefs | |
typedef uint8_t | _ITM_TYPE_U1 |
typedef uint16_t | _ITM_TYPE_U2 |
typedef uint32_t | _ITM_TYPE_U4 |
typedef uint64_t | _ITM_TYPE_U8 |
typedef float | _ITM_TYPE_F |
typedef double | _ITM_TYPE_D |
typedef long double | _ITM_TYPE_E |
typedef __m64 | _ITM_TYPE_M64 |
typedef __m128 | _ITM_TYPE_M128 |
typedef float _Complex | _ITM_TYPE_CF |
typedef double _Complex | _ITM_TYPE_CD |
typedef long double _Complex | _ITM_TYPE_CE |
Definition in file mcore_i.h.