HomeSort by: relevance | last modified time | path
    Searched defs:SSE (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
dkbad.h 75 #define SSE 1
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 47 SSE, // x86 SSE
  /src/sys/dev/pci/
ahd_pci.c 899 #define SSE 0x40
ahc_pci.c 697 #define SSE 0x40
1420 if (status1 & SSE) {
1441 if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) {
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
code.c 45 enum { INTEGER = 1, INTMEM, SSE, SSEMEM, X87,
269 case SSE:
270 if (typ == SSE)
655 case SSE:
753 * STRSSE - the whole struct is saved in SSE registers.
754 * STRIF - First word of struct is saved in general reg, other SSE.
755 * STRFI - First word of struct is saved in SSE, next in general reg.
760 * - If the eight-byte only contains float or double, use a SSE register
766 * will have the first 64 bits passed in general reg and the second in SSE.
871 cl = nsse < 8 ? SSE : SSEMEM
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 1043 /// Returns true if this type can be passed in SSE registers with the
1065 /// Returns true if this aggregate is small enough to be passed in SSE registers
1612 // Otherwise, if the type contains an SSE vector type, the alignment is 16.
1920 // Since MSVC 2015, the first three SSE vectors have been passed in
2203 SSE,
2226 /// final MEMORY or SSE classes when necessary.
2308 /// GCC classifies <1 x long long> as SSE but some platform ABIs choose to
2728 // eightbyte isn't SSE or any other eightbyte isn't SSEUP, the whole
2732 // (d) If SSEUP is not preceded by SSE or SSEUP, it is converted to SSE
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic79xx_reg.h 3285 #define SSE 0x40

Completed in 38 milliseconds