Lines Matching refs:c1
4721 // Contents of both c1 and c2 registers are modified. At the exit c1 is
4723 // initial contents of c1 and c2 respectively.
4725 Register c1,
4931 Register c1,
4945 __ sub(scratch, c1, Operand(static_cast<int>('0')));
4953 // not_found branch expects this combination in c1 register
4954 __ orr(c1, c1, Operand(c2, LSL, kBitsPerByte), LeaveCC, ls);
4960 StringHelper::GenerateHashInit(masm, hash, c1);
4965 Register chars = c1;