Lines Matching refs:GetBit

7891       x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit();
7893 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit();
7980 Clobber(&masm, x0.GetBit());
7983 Clobber(&masm, x1.GetBit());
7986 Clobber(&masm, x2.GetBit());
7989 Clobber(&masm, x3.GetBit());
7992 Clobber(&masm, x4.GetBit());
7995 Clobber(&masm, x5.GetBit());
7998 Clobber(&masm, x6.GetBit());
8002 Clobber(&masm, w10.GetBit());
8005 Clobber(&masm, w11.GetBit());
8008 Clobber(&masm, w12.GetBit());
8186 __ PeekXRegList(x15.GetBit(), kWRegSizeInBytes);
8187 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes);
8213 __ PeekDRegList(d15.GetBit(), kSRegSizeInBytes);
8214 __ PeekSRegList(s16.GetBit() | s17.GetBit(), 3 * kDRegSizeInBytes);
8397 const RegList allowed = ~stack_pointer.GetBit();
8875 const RegList allowed = ~stack_pointer.GetBit();
8884 r0_to_r3 |= x[i].GetBit();
8888 r4_to_r5 |= x[i].GetBit();
8892 r6_to_r9 |= x[i].GetBit();
8979 const RegList allowed = ~stack_pointer.GetBit();
9191 __ PushXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit());
9193 __ PopXRegList(x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit());
9199 __ PushWRegList(w0.GetBit() | w1.GetBit() | w2.GetBit() | w3.GetBit());
9201 __ PopWRegList(w10.GetBit() | w11.GetBit() | w12.GetBit() | w13.GetBit());
9211 __ PushXRegList(x1.GetBit() | x22.GetBit());
9212 __ PopXRegList(x24.GetBit() | x26.GetBit());
9215 __ PushWRegList(w1.GetBit() | w2.GetBit() | w4.GetBit() | w22.GetBit());
9216 __ PopWRegList(w25.GetBit() | w27.GetBit() | w28.GetBit() | w29.GetBit());