Lines Matching refs:c2
1868 __ test(Operand(eax), Immediate(0x400 /* C2 */));
1869 // If C2 is set, computation only has partial result. Loop to
5044 Register c2,
5060 __ mov(scratch, c2);
5069 GenerateHashAddCharacter(masm, hash, c2, scratch);
5074 __ shl(c2, kBitsPerByte);
5075 __ or_(chars, Operand(c2));
5081 Register symbol_table = c2;