Home | History | Annotate | Download | only in ia32

Lines Matching defs:truncating

1713         bool truncating = instr->CanTruncateToInt32();
1715 (truncating && CpuFeatures::IsSupported(SSE3))
1735 bool truncating = instr->CanTruncateToInt32();
1736 bool needs_temp = truncating && !CpuFeatures::IsSupported(SSE3);