Home | History | Annotate | Download | only in ia32

Lines Matching refs:c2

2641       __ test(eax, Immediate(0x400 /* C2 */));
2642 // If C2 is set, computation only has partial result. Loop to
5941 Register c2,
5957 __ mov(scratch, c2);
5966 GenerateHashAddCharacter(masm, hash, c2, scratch);
5971 __ shl(c2, kBitsPerByte);
5972 __ or_(chars, c2);
5978 Register symbol_table = c2;