Home | History | Annotate | Download | only in arm64

Lines Matching refs:right_type

229     Register right_type = scratch;
230 __ JumpIfObjectType(right, right_type, right_type, HEAP_NUMBER_TYPE,
233 __ Cmp(right_type, FIRST_SPEC_OBJECT_TYPE);
239 __ Cmp(right_type, ODDBALL_TYPE);
298 Register right_type,
300 DCHECK(!AreAliased(left, right, left_type, right_type, scratch));
314 __ Cmp(right_type, FIRST_SPEC_OBJECT_TYPE);
326 __ Cmp(right_type, ODDBALL_TYPE);
341 __ Orr(scratch, left_type, right_type);
424 Register right_type,
427 DCHECK(!AreAliased(left, right, left_map, right_map, left_type, right_type));
434 __ Tbnz(right_type, MaskToBit(kIsNotStringMask), &object_test);
435 __ Tbnz(right_type, MaskToBit(kIsNotInternalizedMask), possible_strings);
446 __ Cmp(right_type, FIRST_SPEC_OBJECT_TYPE);
458 // Returning here, so we can corrupt right_type and left_type.
459 Register right_bitfield = right_type;