Home
last modified time | relevance | path

Searched refs:PCSX2_ALIGNED16 (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c10 PCSX2_ALIGNED16(static unsigned int p[4]);
11 PCSX2_ALIGNED16(static unsigned int p2[4]);
12 PCSX2_ALIGNED16(static float f[4]);
H A Dix86-64.h21 #define PCSX2_ALIGNED16(x) __declspec(align(16)) x macro
23 #define PCSX2_ALIGNED16(x) x __attribute((aligned(16)))