Searched refs:X86_64_INTEGERSI_CLASS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1448 X86_64_INTEGERSI_CLASS,
3243 if ((class1 == X86_64_INTEGERSI_CLASS && class2 == X86_64_SSESF_CLASS)
3244 || (class2 == X86_64_INTEGERSI_CLASS && class1 == X86_64_SSESF_CLASS))
3245 return X86_64_INTEGERSI_CLASS;
3246 if (class1 == X86_64_INTEGER_CLASS || class1 == X86_64_INTEGERSI_CLASS
3247 || class2 == X86_64_INTEGER_CLASS || class2 == X86_64_INTEGERSI_CLASS)
3398 if (subclasses[0] == X86_64_INTEGERSI_CLASS && bytes != 4)
3501 classes[0] = X86_64_INTEGERSI_CLASS;
3568 classes[0] = X86_64_INTEGERSI_CLASS;
3593 case X86_64_INTEGERSI_CLASS
1447 X86_64_INTEGERSI_CLASS, enumerator in enum:x86_64_reg_class
[all...]

Completed in 76 milliseconds