Home | History | Annotate | Download | only in Basic

Lines Matching refs:MaxAtomicInlineWidth

1995     // MaxAtomicInlineWidth. (cmpxchg8b is an i586 instruction.)
1996 MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 64;
2234 // FIXME: Once the backend is fixed, increase MaxAtomicInlineWidth to 128
2237 MaxAtomicInlineWidth = 64;
2412 // FIXME: Set MaxAtomicInlineWidth if we have the feature v6e
2736 MaxAtomicInlineWidth = 64;