Home
last modified time | relevance | path

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

/external/libffi/src/x86/
Dffi64.c64 X86_64_SSE_CLASS, enumerator
76 #define SSE_CLASS_P(X) ((X) >= X86_64_SSE_CLASS && X <= X86_64_SSEUP_CLASS)
122 return X86_64_SSE_CLASS; in merge_classes()
157 classes[0] = X86_64_SSE_CLASS; in classify_argument()
212 && (i == 0 || classes[i - 1] != X86_64_SSE_CLASS)) in classify_argument()
213 classes[i] = X86_64_SSE_CLASS; in classify_argument()
218 classes[i] = X86_64_SSE_CLASS; in classify_argument()
251 case X86_64_SSE_CLASS: in examine_argument()
416 case X86_64_SSE_CLASS: in ffi_call()