• Home
  • Raw
  • Download

Lines Matching refs:GetBit

7487       x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit();  in TEST()
7489 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit(); in TEST()
7576 Clobber(&masm, x0.GetBit()); in TEST()
7579 Clobber(&masm, x1.GetBit()); in TEST()
7582 Clobber(&masm, x2.GetBit()); in TEST()
7585 Clobber(&masm, x3.GetBit()); in TEST()
7588 Clobber(&masm, x4.GetBit()); in TEST()
7591 Clobber(&masm, x5.GetBit()); in TEST()
7594 Clobber(&masm, x6.GetBit()); in TEST()
7598 Clobber(&masm, w10.GetBit()); in TEST()
7601 Clobber(&masm, w11.GetBit()); in TEST()
7604 Clobber(&masm, w12.GetBit()); in TEST()
7782 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); in TEST()
7783 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes); in TEST()
7809 __ PeekDRegList(d15.GetBit(), kSRegSizeInBytes); in TEST()
7810 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes); in TEST()
7993 const RegList allowed = ~stack_pointer.GetBit(); in PushPopSimpleHelper()
8471 const RegList allowed = ~stack_pointer.GetBit(); in PushPopMixedMethodsHelper()
8480 r0_to_r3 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
8484 r4_to_r5 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
8488 r6_to_r9 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
8575 const RegList allowed = ~stack_pointer.GetBit(); in PushPopWXOverlapHelper()
8787 __ PushXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit()); in TEST()
8789 __ PopXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit()); in TEST()
8795 __ PushWRegList(w0.GetBit() | w1.GetBit() | w2.GetBit() | w3.GetBit()); in TEST()
8797 __ PopWRegList(w10.GetBit() | w11.GetBit() | w12.GetBit() | w13.GetBit()); in TEST()
8807 __ PushXRegList(x1.GetBit() | x22.GetBit()); in TEST()
8808 __ PopXRegList(x24.GetBit() | x26.GetBit()); in TEST()
8811 __ PushWRegList(w1.GetBit() | w2.GetBit() | w4.GetBit() | w22.GetBit()); in TEST()
8812 __ PopWRegList(w25.GetBit() | w27.GetBit() | w28.GetBit() | w29.GetBit()); in TEST()