HomeSort by: relevance | last modified time | path
    Searched refs:X86_64_INTEGERSI_CLASS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 391 X86_64_INTEGERSI_CLASS,
2059 if ((class1 == X86_64_INTEGERSI_CLASS
2061 || (class2 == X86_64_INTEGERSI_CLASS
2063 return X86_64_INTEGERSI_CLASS;
2064 if (class1 == X86_64_INTEGER_CLASS || class1 == X86_64_INTEGERSI_CLASS
2065 || class2 == X86_64_INTEGER_CLASS || class2 == X86_64_INTEGERSI_CLASS)
2231 if (subclasses[0] == X86_64_INTEGERSI_CLASS
2371 classes[0] = X86_64_INTEGERSI_CLASS;
2382 classes[1] = X86_64_INTEGERSI_CLASS;
2523 classes[0] = X86_64_INTEGERSI_CLASS;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 403 X86_64_INTEGERSI_CLASS,
2126 if ((class1 == X86_64_INTEGERSI_CLASS
2128 || (class2 == X86_64_INTEGERSI_CLASS
2130 return X86_64_INTEGERSI_CLASS;
2131 if (class1 == X86_64_INTEGER_CLASS || class1 == X86_64_INTEGERSI_CLASS
2132 || class2 == X86_64_INTEGER_CLASS || class2 == X86_64_INTEGERSI_CLASS)
2299 if (subclasses[0] == X86_64_INTEGERSI_CLASS
2447 classes[0] = X86_64_INTEGERSI_CLASS;
2458 classes[1] = X86_64_INTEGERSI_CLASS;
2606 classes[0] = X86_64_INTEGERSI_CLASS;
    [all...]

Completed in 27 milliseconds