Lines Matching refs:Bit
6067 masm.FPTmpList()->set_list(d0.Bit()); in TEST()
6089 masm.FPTmpList()->set_list(d0.Bit()); in TEST()
8239 CHECK(x0.Bit() == (1UL << 0)); in TEST()
8240 CHECK(x1.Bit() == (1UL << 1)); in TEST()
8241 CHECK(x10.Bit() == (1UL << 10)); in TEST()
8244 CHECK(fp.Bit() == (1UL << kFramePointerRegCode)); in TEST()
8245 CHECK(lr.Bit() == (1UL << kLinkRegCode)); in TEST()
8248 CHECK(xzr.Bit() == (1UL << kZeroRegCode)); in TEST()
8251 CHECK(jssp.Bit() == (1UL << kJSSPCode)); in TEST()
8252 CHECK(csp.Bit() == (1UL << kSPRegInternalCode)); in TEST()
8253 CHECK(csp.Bit() != xzr.Bit()); in TEST()
8256 CHECK(x0.Bit() == w0.Bit()); in TEST()
8257 CHECK(x1.Bit() == w1.Bit()); in TEST()
8258 CHECK(x10.Bit() == w10.Bit()); in TEST()
8259 CHECK(jssp.Bit() == wjssp.Bit()); in TEST()
8260 CHECK(xzr.Bit() == wzr.Bit()); in TEST()
8261 CHECK(csp.Bit() == wcsp.Bit()); in TEST()
8293 static const RegList x0_to_x3 = x0.Bit() | x1.Bit() | x2.Bit() | x3.Bit(); in TEST()
8294 static const RegList x10_to_x13 = x10.Bit() | x11.Bit() | in TEST()
8295 x12.Bit() | x13.Bit(); in TEST()
8383 Clobber(&masm, x0.Bit()); in TEST()
8386 Clobber(&masm, x1.Bit()); in TEST()
8389 Clobber(&masm, x2.Bit()); in TEST()
8392 Clobber(&masm, x3.Bit()); in TEST()
8395 Clobber(&masm, x4.Bit()); in TEST()
8398 Clobber(&masm, x5.Bit()); in TEST()
8401 Clobber(&masm, x6.Bit()); in TEST()
8405 Clobber(&masm, w10.Bit()); in TEST()
8408 Clobber(&masm, w11.Bit()); in TEST()
8411 Clobber(&masm, w12.Bit()); in TEST()
8592 static RegList const allowed = ~(masm.TmpList()->list() | jssp.Bit()); in PushPopJsspSimpleHelper()
8940 ~(x8.Bit() | x9.Bit() | jssp.Bit() | xzr.Bit()); in PushPopJsspMixedMethodsHelper()
8949 r0_to_r3 |= x[i].Bit(); in PushPopJsspMixedMethodsHelper()
8953 r4_to_r5 |= x[i].Bit(); in PushPopJsspMixedMethodsHelper()
8957 r6_to_r9 |= x[i].Bit(); in PushPopJsspMixedMethodsHelper()
9043 static RegList const allowed = ~(tmp.Bit() | jssp.Bit()); in PushPopJsspWXOverlapHelper()
9268 __ PushXRegList(x0.Bit() | x1.Bit() | x2.Bit() | x3.Bit()); in TEST()
9270 __ PopXRegList(x0.Bit() | x1.Bit() | x2.Bit() | x3.Bit()); in TEST()
9276 __ PushWRegList(w0.Bit() | w1.Bit() | w2.Bit() | w3.Bit()); in TEST()
9278 __ PopWRegList(w10.Bit() | w11.Bit() | w12.Bit() | w13.Bit()); in TEST()
9288 __ PushXRegList(x1.Bit() | x22.Bit()); in TEST()
9289 __ PopXRegList(x24.Bit() | x26.Bit()); in TEST()
9292 __ PushWRegList(w1.Bit() | w2.Bit() | w4.Bit() | w22.Bit()); in TEST()
9293 __ PopWRegList(w25.Bit() | w27.Bit() | w28.Bit() | w29.Bit()); in TEST()