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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1197 X87Up, enumerator in enum:__anon17878::X86_64ABIInfo::Class
1491 if (Hi == X87Up && Lo != X87 && honorsRevision0_98())
1533 if (Field == X87 || Field == X87Up || Field == ComplexX87 ||
1534 Accum == X87 || Accum == X87Up)
1570 Hi = X87Up;
2220 assert((Hi == SSE || Hi == Integer || Hi == X87Up) &&
2225 case X87Up:
2309 case X87Up:
2310 // If X87Up is preceded by X87, we don't need to do
2353 assert((Hi == SSE || Hi == Integer || Hi == X87Up)
[all...]

Completed in 98 milliseconds