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

/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc113 Dsubu(sp, sp, Operand(num_unsaved * kPointerSize));
570 Dsubu(reg1, reg1, Operand(1));
668 void MacroAssembler::Dsubu(Register rd, Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
1388 Dsubu(sp, sp, Operand(stack_offset));
1402 Dsubu(sp, sp, Operand(stack_offset));
1442 Dsubu(sp, sp, Operand(stack_offset));
1456 Dsubu(sp, sp, Operand(stack_offset));
2253 Dsubu(sp, sp, Operand(kDoubleSize)); // Put input on stack.
4068 Dsubu(length, length, Operand(1));
4119 Dsubu(lengt
[all...]

Completed in 154 milliseconds