Searched refs:Dsubu (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc258 __ Dsubu(a1, a1, a0); // Length of capture.
285 __ Dsubu(a2, a2, Operand(a1));
306 __ Dsubu(a3, a3, Operand('a'));
309 __ Dsubu(a3, a3, Operand(224 - 'a'));
324 __ Dsubu(current_input_offset(), a2, end_of_input_address());
329 __ Dsubu(current_input_offset(), current_input_offset(), Operand(a2));
360 __ Dsubu(a1, a1, Operand(s3));
388 __ Dsubu(current_input_offset(), current_input_offset(), Operand(s3));
407 __ Dsubu(a1, a1, a0); // Length to check.
428 __ Dsubu(a
[all...]
/external/v8/src/mips64/
H A Ddeoptimizer-mips64.cc119 __ Dsubu(sp, sp, Operand(kDoubleRegsSize));
130 __ Dsubu(sp, sp, kNumberOfRegisters * kPointerSize);
153 __ Dsubu(a4, fp, a4);
256 __ Dsubu(a3, a3, Operand(sizeof(uint64_t)));
H A Dcode-stubs-mips64.cc61 __ Dsubu(sp, sp, Operand(param_count * kPointerSize));
813 __ Dsubu(scratch, zero_reg, scratch);
814 // Check when Dsubu overflows and we get negative result
932 __ Dsubu(s1, s1, kPointerSize);
969 __ Dsubu(sp, sp, Operand(result_stack_size));
1618 __ Dsubu(a1, a1, Operand(1));
1662 __ Dsubu(subject,
1993 __ Dsubu(scratch3, scratch1, Operand(scratch2));
2038 __ Dsubu(length, zero_reg, length);
2096 __ Dsubu(v
[all...]
H A Dmacro-assembler-mips64.h643 DEFINE_INSTRUCTION(Dsubu);
746 Dsubu(sp, sp, Operand(2 * kPointerSize));
753 Dsubu(sp, sp, Operand(3 * kPointerSize));
761 Dsubu(sp, sp, Operand(4 * kPointerSize));
771 Dsubu(sp, sp, Operand(5 * kPointerSize));
782 Dsubu(sp, sp, Operand(kPointerSize));
H A Dmacro-assembler-mips64.cc152 Dsubu(sp, sp, Operand(num_unsaved * kPointerSize));
613 void MacroAssembler::Dsubu(Register rd, Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
1648 Dsubu(sp, sp, Operand(stack_offset));
1662 Dsubu(sp, sp, Operand(stack_offset));
1702 Dsubu(sp, sp, Operand(stack_offset));
1716 Dsubu(sp, sp, Operand(stack_offset));
2660 Dsubu(sp, sp, Operand(kDoubleSize)); // Put input on stack.
4461 Dsubu(at, at, Operand(1));
4678 Dsubu(src_reg, src_reg, Operand(kPointerSize));
4679 Dsubu(dst_re
[all...]
/external/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc147 __ Dsubu(a3, a3, Operand(1));
253 __ Dsubu(t1, a0, Operand(1)); // In delay slot.
301 __ Dsubu(a0, a0, Operand(1)); // In delay slot.
376 __ Dsubu(t1, a0, Operand(1)); // In delay slot.
451 __ Dsubu(a0, a0, Operand(1));
821 __ Dsubu(a3, a3, Operand(1));
1087 __ Dsubu(a5, sp, Operand(a4));
1103 __ Dsubu(a4, a4, Operand(kPointerSize));
1171 __ Dsubu(scratch2, index, Operand(scratch2));
1459 __ Dsubu(inde
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc144 __ Dsubu(sp, sp, Operand(slots * kPointerSize));
150 __ Dsubu(a0, a0, Operand(kPointerSize));
155 __ Dsubu(sp, sp, Operand(slots * kPointerSize));
247 __ Dsubu(sp, sp, Operand(slots * kPointerSize));
986 __ Dsubu(result, dividend, Operand(result));
1072 __ Dsubu(result, zero_reg, dividend);
1087 if (divisor < 0) __ Dsubu(result, zero_reg, result);
1114 __ Dsubu(scratch0(), scratch0(), dividend);
1208 __ Dsubu(result, zero_reg, dividend);
1263 if (divisor < 0) __ Dsubu(resul
[all...]
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc627 masm->Dsubu(sp, sp, stack_slot_delta * kPointerSize);
898 __ Dsubu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1));
1067 __ Dsubu(reg2, zero_reg, i.InputRegister(0));
1832 __ Dsubu(sp, sp, Operand(i.InputInt32(0)));
2216 __ Dsubu(kScratchReg, left, right);
2401 __ Dsubu(sp, sp, Operand(shrink_slots * kPointerSize));
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc160 __ Dsubu(t1, sp, Operand(locals_count * kPointerSize));
174 __ Dsubu(sp, sp, Operand(kMaxPushes * kPointerSize));
179 __ Dsubu(a2, a2, Operand(1));
184 __ Dsubu(sp, sp, Operand(remaining * kPointerSize));
356 __ Dsubu(a3, a3, Operand(Smi::FromInt(delta)));
1550 __ Dsubu(v0, fp, sp);

Completed in 671 milliseconds