Searched defs:X87Up (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1674 X87Up, enumerator in enum:__anon1181::X86_64ABIInfo::Class
2053 if (Hi == X87Up && Lo != X87 && honorsRevision0_98())
2095 if (Field == X87 || Field == X87Up || Field == ComplexX87 ||
2096 Accum == X87 || Accum == X87Up)
2135 Hi = X87Up;
2817 assert((Hi == SSE || Hi == Integer || Hi == X87Up) &&
2822 case X87Up:
2906 case X87Up:
2907 // If X87Up is preceded by X87, we don't need to do
2952 assert((Hi == SSE || Hi == Integer || Hi == X87Up)
[all...]

Completed in 69 milliseconds