Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Toggle

5073     // If we had a '-' in front, toggle the sign bit.
8421 // always have 1 implies 't', so XOR toggle the bits if the low bit
9265 // Need to toggle features that should be on but are off and that
9267 uint64_t Toggle = (Entry.Enabled & ~STI.getFeatureBits()) |
9269 setAvailableFeatures(ComputeAvailableFeatures(STI.ToggleFeature(Toggle)));