Home | History | Annotate | Download | only in ia32

Lines Matching full:times_1

687   __ lea(ecx, FieldOperand(eax, esi, times_1, SeqOneByteString::kHeaderSize));
689 __ lea(ecx, FieldOperand(eax, ebx, times_1, SeqOneByteString::kHeaderSize));
696 __ lea(ecx, FieldOperand(eax, esi, times_1, SeqTwoByteString::kHeaderSize));
1126 __ lea(ecx, Operand(eax, edx, times_1, 0));
1533 __ lea(edi, FieldOperand(edi, edx, times_1, Code::kHeaderSize));
1838 FieldOperand(left, length, times_1, SeqOneByteString::kHeaderSize));
1840 FieldOperand(right, length, times_1, SeqOneByteString::kHeaderSize));
1847 __ mov_b(scratch, Operand(left, index, times_1, 0));
1848 __ cmpb(scratch, Operand(right, index, times_1, 0));