Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MOMaxBits

425     Flags((f & ((1 << MOMaxBits) - 1)) | ((Log2_32(a) + 1) << MOMaxBits)),
450 Flags = (Flags & ((1 << MOMaxBits) - 1)) |
451 MOMaxBits);