• Home
  • Raw
  • Download

Lines Matching refs:Bit

6017     masm.FPTmpList()->set_list(d0.Bit());  in TEST()
6039 masm.FPTmpList()->set_list(d0.Bit()); in TEST()
8278 CHECK(x0.Bit() == (1UL << 0)); in TEST()
8279 CHECK(x1.Bit() == (1UL << 1)); in TEST()
8280 CHECK(x10.Bit() == (1UL << 10)); in TEST()
8283 CHECK(fp.Bit() == (1UL << kFramePointerRegCode)); in TEST()
8284 CHECK(lr.Bit() == (1UL << kLinkRegCode)); in TEST()
8287 CHECK(xzr.Bit() == (1UL << kZeroRegCode)); in TEST()
8290 CHECK(jssp.Bit() == (1UL << kJSSPCode)); in TEST()
8291 CHECK(csp.Bit() == (1UL << kSPRegInternalCode)); in TEST()
8292 CHECK(csp.Bit() != xzr.Bit()); in TEST()
8295 CHECK(x0.Bit() == w0.Bit()); in TEST()
8296 CHECK(x1.Bit() == w1.Bit()); in TEST()
8297 CHECK(x10.Bit() == w10.Bit()); in TEST()
8298 CHECK(jssp.Bit() == wjssp.Bit()); in TEST()
8299 CHECK(xzr.Bit() == wzr.Bit()); in TEST()
8300 CHECK(csp.Bit() == wcsp.Bit()); in TEST()
8332 static const RegList x0_to_x3 = x0.Bit() | x1.Bit() | x2.Bit() | x3.Bit(); in TEST()
8333 static const RegList x10_to_x13 = x10.Bit() | x11.Bit() | in TEST()
8334 x12.Bit() | x13.Bit(); in TEST()
8422 Clobber(&masm, x0.Bit()); in TEST()
8425 Clobber(&masm, x1.Bit()); in TEST()
8428 Clobber(&masm, x2.Bit()); in TEST()
8431 Clobber(&masm, x3.Bit()); in TEST()
8434 Clobber(&masm, x4.Bit()); in TEST()
8437 Clobber(&masm, x5.Bit()); in TEST()
8440 Clobber(&masm, x6.Bit()); in TEST()
8444 Clobber(&masm, w10.Bit()); in TEST()
8447 Clobber(&masm, w11.Bit()); in TEST()
8450 Clobber(&masm, w12.Bit()); in TEST()
8631 static RegList const allowed = ~(masm.TmpList()->list() | jssp.Bit()); in PushPopJsspSimpleHelper()
8987 ~(x8.Bit() | x9.Bit() | jssp.Bit() | xzr.Bit()); in PushPopJsspMixedMethodsHelper()
8996 r0_to_r3 |= x[i].Bit(); in PushPopJsspMixedMethodsHelper()
9000 r4_to_r5 |= x[i].Bit(); in PushPopJsspMixedMethodsHelper()
9004 r6_to_r9 |= x[i].Bit(); in PushPopJsspMixedMethodsHelper()
9090 static RegList const allowed = ~(tmp.Bit() | jssp.Bit()); in PushPopJsspWXOverlapHelper()
9315 __ PushXRegList(x0.Bit() | x1.Bit() | x2.Bit() | x3.Bit()); in TEST()
9317 __ PopXRegList(x0.Bit() | x1.Bit() | x2.Bit() | x3.Bit()); in TEST()
9323 __ PushWRegList(w0.Bit() | w1.Bit() | w2.Bit() | w3.Bit()); in TEST()
9325 __ PopWRegList(w10.Bit() | w11.Bit() | w12.Bit() | w13.Bit()); in TEST()
9335 __ PushXRegList(x1.Bit() | x22.Bit()); in TEST()
9336 __ PopXRegList(x24.Bit() | x26.Bit()); in TEST()
9339 __ PushWRegList(w1.Bit() | w2.Bit() | w4.Bit() | w22.Bit()); in TEST()
9340 __ PopWRegList(w25.Bit() | w27.Bit() | w28.Bit() | w29.Bit()); in TEST()