/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 256 __ Dsubu(a1, a1, a0); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 283 __ Dsubu(a2, a2, Operand(a1)); in CheckNotBackReferenceIgnoreCase() local 304 __ Dsubu(a3, a3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 307 __ Dsubu(a3, a3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 322 __ Dsubu(current_input_offset(), a2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 327 __ Dsubu(current_input_offset(), current_input_offset(), Operand(a2)); in CheckNotBackReferenceIgnoreCase() local 358 __ Dsubu(a1, a1, Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 386 __ Dsubu(current_input_offset(), current_input_offset(), Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 405 __ Dsubu(a1, a1, a0); // Length to check. in CheckNotBackReference() local 426 __ Dsubu(a2, a2, Operand(a1)); in CheckNotBackReference() local [all …]
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 413 __ Dsubu(a3, a3, Operand(1)); in Generate_ResumeGeneratorTrampoline() local 855 __ Dsubu(a5, sp, Operand(a4)); in Generate_InterpreterEntryTrampoline() local 871 __ Dsubu(a4, a4, Operand(kPointerSize)); in Generate_InterpreterEntryTrampoline() local 952 __ Dsubu(scratch2, index, Operand(scratch2)); in Generate_InterpreterPushArgs() local 984 __ Dsubu(a3, a3, Operand(1)); // Subtract one for receiver. in Generate_InterpreterPushArgsThenCallImpl() local 994 __ Dsubu(a0, a0, Operand(1)); // Subtract one for spread in Generate_InterpreterPushArgsThenCallImpl() local 1036 __ Dsubu(a0, a0, Operand(1)); // Subtract one for spread in Generate_InterpreterPushArgsThenConstructImpl() local 1368 __ Dsubu(sp, sp, Operand(2 * kPointerSize)); in Generate_FunctionPrototypeApply() local 1374 __ Dsubu(scratch, scratch, Operand(1)); in Generate_FunctionPrototypeApply() local 1440 __ Dsubu(a2, a2, Operand(kPointerSize)); in Generate_FunctionPrototypeCall() local [all …]
|
/external/v8/src/mips64/ |
D | deoptimizer-mips64.cc | 32 __ Dsubu(sp, sp, Operand(kDoubleRegsSize)); in Generate() local 42 __ Dsubu(sp, sp, Operand(kFloatRegsSize)); in Generate() local 52 __ Dsubu(sp, sp, kNumberOfRegisters * kPointerSize); in Generate() local 76 __ Dsubu(a4, fp, a4); in Generate() local 190 __ Dsubu(a3, a3, Operand(sizeof(uint64_t))); in Generate() local
|
D | code-stubs-mips64.cc | 268 __ Dsubu(a0, ra, Operand(kReturnAddressDistanceFromFunctionStart)); in Generate() local 282 __ Dsubu(sp, sp, kCArgsSlotsSize); in Generate() local 547 __ Dsubu(sp, sp, (PCA::kArgsLength + 1) * kPointerSize); in Generate() local
|
D | macro-assembler-mips64.h | 318 Dsubu(sp, sp, Operand(2 * kPointerSize)); in Push() 325 Dsubu(sp, sp, Operand(3 * kPointerSize)); in Push() 333 Dsubu(sp, sp, Operand(4 * kPointerSize)); in Push() 343 Dsubu(sp, sp, Operand(5 * kPointerSize)); in Push() 354 Dsubu(sp, sp, Operand(kPointerSize)); in Push() 439 DEFINE_INSTRUCTION(Dsubu);
|
D | macro-assembler-mips64.cc | 170 Dsubu(sp, sp, Operand(num_unsaved * kPointerSize)); in PushSafepointRegisters() 430 void TurboAssembler::Dsubu(Register rd, Register rs, const Operand& rt) { in Dsubu() function in v8::internal::TurboAssembler 1894 Dsubu(rd, zero_reg, rd); in li() 1948 Dsubu(sp, sp, Operand(stack_offset)); in MultiPush() 1975 Dsubu(sp, sp, Operand(stack_offset)); in MultiPushFPU() 2068 Dsubu(scratch, pos, Operand(64)); in InsertBits() 2882 Dsubu(t9, rs, rt); in LoadZeroOnCondition() 2900 Dsubu(t9, rs, rt); in LoadZeroOnCondition() 3047 Dsubu(rd, scratch, rd); in Dctz() 3116 Dsubu(scratch, rs, scratch); in Dpopcnt() [all …]
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 371 __ Dsubu(i.TempRegister(0), i.TempRegister(0), \ 406 __ Dsubu(i.TempRegister(0), i.TempRegister(0), \ 445 __ Dsubu(i.TempRegister(0), i.TempRegister(0), \ 533 tasm->Dsubu(sp, sp, stack_slot_delta * kPointerSize); in AdjustStackPointerForTailCall() 883 __ Dsubu(kScratchReg2, kScratchReg2, Operand(kScratchReg)); in AssembleArchInstruction() local 972 __ Dsubu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1808 __ Dsubu(sp, sp, Operand(i.InputInt32(0))); in AssembleArchInstruction() local 3500 __ Dsubu(sp, sp, Operand(shrink_slots * kPointerSize)); in AssembleConstructFrame() local 3517 __ Dsubu(sp, sp, Operand(returns * kPointerSize)); in AssembleConstructFrame() local
|