Lines Matching refs:GetBit
15303 x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit(); in TEST()
15305 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit(); in TEST()
15392 Clobber(&masm, x0.GetBit()); in TEST()
15395 Clobber(&masm, x1.GetBit()); in TEST()
15398 Clobber(&masm, x2.GetBit()); in TEST()
15401 Clobber(&masm, x3.GetBit()); in TEST()
15404 Clobber(&masm, x4.GetBit()); in TEST()
15407 Clobber(&masm, x5.GetBit()); in TEST()
15410 Clobber(&masm, x6.GetBit()); in TEST()
15414 Clobber(&masm, w10.GetBit()); in TEST()
15417 Clobber(&masm, w11.GetBit()); in TEST()
15420 Clobber(&masm, w12.GetBit()); in TEST()
15598 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes); in TEST()
15599 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes); in TEST()
15625 __ PeekDRegList(d15.GetBit(), kSRegSizeInBytes); in TEST()
15626 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes); in TEST()
15809 const RegList allowed = ~stack_pointer.GetBit(); in PushPopSimpleHelper()
16287 const RegList allowed = ~stack_pointer.GetBit(); in PushPopMixedMethodsHelper()
16296 r0_to_r3 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
16300 r4_to_r5 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
16304 r6_to_r9 |= x[i].GetBit(); in PushPopMixedMethodsHelper()
16391 const RegList allowed = ~stack_pointer.GetBit(); in PushPopWXOverlapHelper()
16603 __ PushXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit()); in TEST()
16605 __ PopXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit()); in TEST()
16611 __ PushWRegList(w0.GetBit() | w1.GetBit() | w2.GetBit() | w3.GetBit()); in TEST()
16613 __ PopWRegList(w10.GetBit() | w11.GetBit() | w12.GetBit() | w13.GetBit()); in TEST()
16623 __ PushXRegList(x1.GetBit() | x22.GetBit()); in TEST()
16624 __ PopXRegList(x24.GetBit() | x26.GetBit()); in TEST()
16627 __ PushWRegList(w1.GetBit() | w2.GetBit() | w4.GetBit() | w22.GetBit()); in TEST()
16628 __ PopWRegList(w25.GetBit() | w27.GetBit() | w28.GetBit() | w29.GetBit()); in TEST()