Home | History | Annotate | Download | only in x87

Lines Matching full:times_1

384   __ lea(ebx, Operand(esi, edi, times_1, 0));  // Start of match.
388 __ lea(ecx, Operand(eax, ebx, times_1, 0)); // End of match
512 __ cmpb(FieldOperand(eax, index, times_1, ByteArray::kHeaderSize),
583 Operand::StaticArray(current_character(), times_1, word_map));
597 Operand::StaticArray(current_character(), times_1, word_map));
715 __ lea(eax, Operand(edi, ebx, times_1, -char_size()));
755 __ mov(Operand(ebp, ecx, times_1, 0), eax);
1244 __ mov(current_character(), Operand(esi, edi, times_1, cp_offset));
1246 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset));
1249 __ movzx_b(current_character(), Operand(esi, edi, times_1, cp_offset));
1255 Operand(esi, edi, times_1, cp_offset * sizeof(uc16)));
1259 Operand(esi, edi, times_1, cp_offset * sizeof(uc16)));