Home | History | Annotate | Download | only in arm64

Lines Matching refs:Tbnz

434   __ Tbnz(right_type, MaskToBit(kIsNotStringMask), &object_test);
435 __ Tbnz(right_type, MaskToBit(kIsNotInternalizedMask), possible_strings);
436 __ Tbnz(left_type, MaskToBit(kIsNotStringMask), not_both_strings);
437 __ Tbnz(left_type, MaskToBit(kIsNotInternalizedMask), possible_strings);
2750 __ Tbnz(w4, SharedFunctionInfo::kStrictModeFunction, cont);
2753 __ Tbnz(w4, SharedFunctionInfo::kNative, cont);
3401 __ Tbnz(x12, MaskToBit(kIsNotStringMask), &miss);
3587 __ Tbnz(from, kWSignBit, &runtime);
4170 __ Tbnz(bitfield2, MaskToBit(FAST_ELEMENTS << Map::ElementsKindBits::kShift),
4645 __ Tbnz(kind, 0, &normal_sequence);