HomeSort by relevance Sort by last modified time
    Searched refs:X86_64_SSEUP_CLASS (Results 1 - 4 of 4) sorted by null

  /external/libffi/src/x86/
ffi64.c 89 X86_64_SSEUP_CLASS,
98 #define SSE_CLASS_P(X) ((X) >= X86_64_SSE_CLASS && X <= X86_64_SSEUP_CLASS)
259 X86_64_SSEUP_CLASS, everything should be passed in
265 if (classes[i] != X86_64_SSEUP_CLASS)
277 /* The X86_64_SSEUP_CLASS should be always preceded by
278 X86_64_SSE_CLASS or X86_64_SSEUP_CLASS. */
279 if (classes[i] == X86_64_SSEUP_CLASS
281 && classes[i - 1] != X86_64_SSEUP_CLASS)
283 /* The first one should never be X86_64_SSEUP_CLASS. */
336 case X86_64_SSEUP_CLASS
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi64.c 89 X86_64_SSEUP_CLASS,
98 #define SSE_CLASS_P(X) ((X) >= X86_64_SSE_CLASS && X <= X86_64_SSEUP_CLASS)
259 X86_64_SSEUP_CLASS, everything should be passed in
265 if (classes[i] != X86_64_SSEUP_CLASS)
277 /* The X86_64_SSEUP_CLASS should be always preceded by
278 X86_64_SSE_CLASS or X86_64_SSEUP_CLASS. */
279 if (classes[i] == X86_64_SSEUP_CLASS
281 && classes[i - 1] != X86_64_SSEUP_CLASS)
283 /* The first one should never be X86_64_SSEUP_CLASS. */
336 case X86_64_SSEUP_CLASS
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 70 X86_64_SSEUP_CLASS,
78 #define SSE_CLASS_P(X) ((X) >= X86_64_SSE_CLASS && X <= X86_64_SSEUP_CLASS)
250 X86_64_SSEUP_CLASS, everything should be passed in
256 if (classes[i] != X86_64_SSEUP_CLASS)
269 /* The X86_64_SSEUP_CLASS should be always preceded by
271 if (classes[i] == X86_64_SSEUP_CLASS
273 && classes[i - 1] != X86_64_SSEUP_CLASS)
333 case X86_64_SSEUP_CLASS:
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 70 X86_64_SSEUP_CLASS,
78 #define SSE_CLASS_P(X) ((X) >= X86_64_SSE_CLASS && X <= X86_64_SSEUP_CLASS)
252 X86_64_SSEUP_CLASS, everything should be passed in
258 if (classes[i] != X86_64_SSEUP_CLASS)
271 /* The X86_64_SSEUP_CLASS should be always preceded by
273 if (classes[i] == X86_64_SSEUP_CLASS
275 && classes[i - 1] != X86_64_SSEUP_CLASS)
335 case X86_64_SSEUP_CLASS:

Completed in 2396 milliseconds