/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 219 __ Subu(a1, a1, a0); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 246 __ Subu(a2, a2, Operand(a1)); in CheckNotBackReferenceIgnoreCase() local 267 __ Subu(a3, a3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 270 __ Subu(a3, a3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 285 __ Subu(current_input_offset(), a2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 290 __ Subu(current_input_offset(), current_input_offset(), Operand(t5)); in CheckNotBackReferenceIgnoreCase() local 321 __ Subu(a1, a1, Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 349 __ Subu(current_input_offset(), current_input_offset(), Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 368 __ Subu(a1, a1, a0); // Length to check. in CheckNotBackReference() local 390 __ Subu(a2, a2, Operand(a1)); in CheckNotBackReference() local [all …]
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 348 __ Subu(a2, sp, a2); in Generate_CheckStackOverflow() local 520 __ Subu(a3, a3, Operand(1)); in Generate_ResumeGeneratorTrampoline() local 856 __ Subu(t1, sp, Operand(t0)); in Generate_InterpreterEntryTrampoline() local 872 __ Subu(t0, t0, Operand(kPointerSize)); in Generate_InterpreterEntryTrampoline() local 953 __ Subu(scratch2, index, Operand(scratch2)); in Generate_InterpreterPushArgs() local 995 __ Subu(a0, a0, Operand(1)); // Subtract one for spread in Generate_InterpreterPushArgsThenCallImpl() local 1037 __ Subu(a0, a0, Operand(1)); // Subtract one for spread in Generate_InterpreterPushArgsThenConstructImpl() local 1368 __ Subu(a0, a0, Operand(kPointerSize)); in Generate_FunctionPrototypeApply() local 1371 __ Subu(a0, a0, Operand(kPointerSize)); in Generate_FunctionPrototypeApply() local 1438 __ Subu(a2, a2, Operand(kPointerSize)); in Generate_FunctionPrototypeCall() local [all …]
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 33 __ Subu(sp, sp, Operand(kDoubleRegsSize)); in Generate() local 42 __ Subu(sp, sp, Operand(kFloatRegsSize)); in Generate() local 52 __ Subu(sp, sp, kNumberOfRegisters * kPointerSize); in Generate() local 76 __ Subu(t0, fp, t0); in Generate() local 191 __ Subu(a3, a3, Operand(sizeof(uint32_t))); in Generate() local
|
D | code-stubs-mips.cc | 190 __ Subu(sp, sp, Operand(kCArgsSlotsSize)); in Generate() local 267 __ Subu(a0, ra, Operand(kReturnAddressDistanceFromFunctionStart)); in Generate() local 280 __ Subu(sp, sp, kCArgsSlotsSize); in Generate() local 399 __ Subu(s2, s2, Operand(1)); in CallApiFunctionAndReturn() local 542 __ Subu(sp, sp, (PCA::kArgsLength + 1) * kPointerSize); in Generate() local
|
D | macro-assembler-mips.h | 299 Subu(sp, sp, Operand(2 * kPointerSize)); in Push() 306 Subu(sp, sp, Operand(3 * kPointerSize)); in Push() 314 Subu(sp, sp, Operand(4 * kPointerSize)); in Push() 324 Subu(sp, sp, Operand(5 * kPointerSize)); in Push() 335 Subu(sp, sp, Operand(kPointerSize)); in Push() 428 DEFINE_INSTRUCTION(Subu);
|
D | macro-assembler-mips.cc | 170 Subu(sp, sp, Operand(num_unsaved * kPointerSize)); in PushSafepointRegisters() 387 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() function in v8::internal::TurboAssembler 1389 Subu(sp, sp, Operand(stack_offset)); in MultiPush() 1416 Subu(sp, sp, Operand(stack_offset)); in MultiPushFPU() 1458 Subu(scratch1, left_low, right_low); in SubPair() 1459 Subu(scratch2, left_high, right_high); in SubPair() 1460 Subu(dst_high, scratch2, scratch3); in SubPair() 1670 Subu(scratch, zero_reg, Operand(1)); in Ins() 1705 Subu(scratch, pos, Operand(32)); in InsertBits() 2352 Subu(t9, rs, rt); in LoadZeroOnCondition() [all …]
|
D | codegen-mips.cc | 112 __ Subu(t9, t0, pref_limit); // t9 is the "last safe pref" address. in CreateMemCopyUint8Function() 274 __ Subu(t9, t0, pref_limit); in CreateMemCopyUint8Function()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 361 __ Subu(i.TempRegister(0), i.TempRegister(0), Operand(i.TempRegister(3))); \ 395 __ Subu(i.TempRegister(0), i.TempRegister(0), Operand(i.TempRegister(1))); \ 433 __ Subu(i.TempRegister(0), i.TempRegister(0), Operand(i.TempRegister(1))); \ 520 tasm->Subu(sp, sp, stack_slot_delta * kPointerSize); in AdjustStackPointerForTailCall() 864 __ Subu(kScratchReg2, kScratchReg2, Operand(kScratchReg)); in AssembleArchInstruction() local 946 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1566 __ Subu(sp, sp, Operand(kFloatSize)); in AssembleArchInstruction() local 1571 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local 1603 __ Subu(sp, sp, Operand(i.InputInt32(0))); in AssembleArchInstruction() local 1699 ATOMIC_BINOP_CASE(Sub, Subu) in AssembleArchInstruction() [all …]
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1717 __ Subu(a7, a7, a2); in Generate_CallOrConstructForwardVarargs() local 1732 __ Subu(a7, a7, Operand(1)); in Generate_CallOrConstructForwardVarargs() local 2550 __ Subu(scratch, result_reg, HeapNumber::kExponentMask); in Generate_DoubleToI() local 2555 __ Subu(result_reg, result_reg, in Generate_DoubleToI() local 2599 __ Subu(scratch, zero_reg, scratch); in Generate_DoubleToI() local 2612 __ Subu(result_reg, zero_reg, input_high); in Generate_DoubleToI() local
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 112 __ Subu(t9, a4, pref_limit); // t9 is the "last safe pref" address. in CreateMemCopyUint8Function() 274 __ Subu(t9, a4, pref_limit); in CreateMemCopyUint8Function()
|
D | code-stubs-mips64.cc | 403 __ Subu(s2, s2, Operand(1)); in CallApiFunctionAndReturn() local
|
D | macro-assembler-mips64.cc | 404 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() function in v8::internal::TurboAssembler 3021 Subu(rd, scratch, rd); in Ctz() 3087 Subu(scratch, rs, scratch); in Popcnt() 3882 Subu(scratch, rs, rt); in BranchAndLinkShortHelperR6() 3888 Subu(scratch, rs, rt); in BranchAndLinkShortHelperR6() 4993 Subu(scratch1, scratch1, Operand(value)); in DecrementCounter()
|
D | macro-assembler-mips64.h | 438 DEFINE_INSTRUCTION(Subu);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 276 Subu, enumerator 1279 using InstMIPS32Subu = InstMIPS32ThreeAddrGPR<InstMIPS32::Subu>;
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 969 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1780 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local 1905 ATOMIC_BINOP_CASE(Sub, Subu) in AssembleArchInstruction()
|