Lines Matching defs:SSE
274 // FIXME: In case of SSE register exhaustion, the ABI here may be
335 SSE,
368 Lo = ArgClass::SSE;
371 current = ArgClass::SSE;
402 // Previously marshalled SSE eight byte for a previous struct
412 current = SSE;
496 else if (Lo == SSE)
500 else if (Hi == ArgClass::SSE)
523 return SSE;
532 if (byteSize > 16 && (Lo != ArgClass::SSE || Hi != ArgClass::SSEUp))
534 if (Hi == ArgClass::SSEUp && Lo != ArgClass::SSE)
535 Hi = SSE;
566 if (argClass == ArgClass::SSE) {
570 // into a single SSE register (like <n x smallest fp field> ).
607 if (Lo == ArgClass::SSE)
611 if (Hi == ArgClass::SSE)