• Home
  • Raw
  • Download

Lines Matching refs:GetBit

7420       x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit();  in TEST()
7422 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit(); in TEST()
7509 Clobber(&masm, x0.GetBit()); in TEST()
7512 Clobber(&masm, x1.GetBit()); in TEST()
7515 Clobber(&masm, x2.GetBit()); in TEST()
7518 Clobber(&masm, x3.GetBit()); in TEST()
7521 Clobber(&masm, x4.GetBit()); in TEST()
7524 Clobber(&masm, x5.GetBit()); in TEST()
7527 Clobber(&masm, x6.GetBit()); in TEST()
7531 Clobber(&masm, w10.GetBit()); in TEST()
7534 Clobber(&masm, w11.GetBit()); in TEST()
7537 Clobber(&masm, w12.GetBit()); in TEST()
7715 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); in TEST()
7716 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes); in TEST()
7742 __ PeekDRegList(d15.GetBit(), kSRegSizeInBytes); in TEST()
7743 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes); in TEST()
7926 const RegList allowed = ~stack_pointer.GetBit(); in PushPopSimpleHelper()
8404 const RegList allowed = ~stack_pointer.GetBit(); in PushPopMixedMethodsHelper()
8413 r0_to_r3 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
8417 r4_to_r5 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
8421 r6_to_r9 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
8508 const RegList allowed = ~stack_pointer.GetBit(); in PushPopWXOverlapHelper()
8720 __ PushXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit()); in TEST()
8722 __ PopXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit()); in TEST()
8728 __ PushWRegList(w0.GetBit() | w1.GetBit() | w2.GetBit() | w3.GetBit()); in TEST()
8730 __ PopWRegList(w10.GetBit() | w11.GetBit() | w12.GetBit() | w13.GetBit()); in TEST()
8740 __ PushXRegList(x1.GetBit() | x22.GetBit()); in TEST()
8741 __ PopXRegList(x24.GetBit() | x26.GetBit()); in TEST()
8744 __ PushWRegList(w1.GetBit() | w2.GetBit() | w4.GetBit() | w22.GetBit()); in TEST()
8745 __ PopWRegList(w25.GetBit() | w27.GetBit() | w28.GetBit() | w29.GetBit()); in TEST()