/third_party/node/deps/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 229 __ Subu(a1, a1, a0); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 256 __ Subu(a2, a2, Operand(a1)); in CheckNotBackReferenceIgnoreCase() local 277 __ Subu(a3, a3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 280 __ Subu(a3, a3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 295 __ Subu(current_input_offset(), a2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 300 __ Subu(current_input_offset(), current_input_offset(), Operand(t5)); in CheckNotBackReferenceIgnoreCase() local 327 __ Subu(a1, a1, Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 345 __ Subu(current_input_offset(), current_input_offset(), Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 362 __ Subu(a1, a1, a0); // Length to check. in CheckNotBackReference() local 384 __ Subu(a2, a2, Operand(a1)); in CheckNotBackReference() local [all …]
|
/third_party/node/deps/v8/src/builtins/mips/ |
D | builtins-mips.cc | 85 __ Subu(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() local 350 __ Subu(scratch1, sp, scratch1); in Generate_CheckStackOverflow() local 725 __ Subu(a3, a3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() local 731 __ Subu(a3, a3, Operand(1)); in Generate_ResumeGeneratorTrampoline() local 1157 __ Subu(sp_minus_frame_size, sp, frame_size); in Generate_BaselineOutOfLinePrologue() local 1292 __ Subu(t1, sp, Operand(t0)); in Generate_InterpreterEntryTrampoline() local 1306 __ Subu(t0, t0, Operand(kPointerSize)); in Generate_InterpreterEntryTrampoline() local 1442 __ Subu(scratch, num_args, Operand(1)); in GenerateInterpreterPushArgs() local 1444 __ Subu(start_address, start_address, scratch); in GenerateInterpreterPushArgs() local 1466 __ Subu(a0, a0, Operand(1)); in Generate_InterpreterPushArgsThenCallImpl() local [all …]
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | macro-assembler-mips.h | 85 void AllocateStackSpace(Register bytes) { Subu(sp, sp, bytes); } in AllocateStackSpace() 89 Subu(sp, sp, Operand(bytes)); in AllocateStackSpace() 290 Subu(sp, sp, Operand(2 * kPointerSize)); in Push() 297 Subu(sp, sp, Operand(3 * kPointerSize)); in Push() 305 Subu(sp, sp, Operand(4 * kPointerSize)); in Push() 315 Subu(sp, sp, Operand(5 * kPointerSize)); in Push() 326 Subu(sp, sp, Operand(kPointerSize)); in Push() 431 DEFINE_INSTRUCTION(Subu) in DEFINE_INSTRUCTION() argument
|
D | macro-assembler-mips.cc | 360 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 1380 Subu(sp, sp, Operand(stack_offset)); in CallRecordWriteStub() 1405 Subu(sp, sp, Operand(stack_offset)); in CallRecordWriteStub() 1460 Subu(scratch1, left_low, right_low); in CallRecordWriteStub() 1461 Subu(scratch2, left_high, right_high); in CallRecordWriteStub() 1462 Subu(dst_high, scratch2, scratch3); in CallRecordWriteStub() 1699 Subu(scratch, zero_reg, Operand(1)); in CallRecordWriteStub() 1734 Subu(scratch, zero_reg, pos); in CallRecordWriteStub() 2384 Subu(t9, rs, rt); in CallRecordWriteStub() 2402 Subu(t9, rs, rt); in CallRecordWriteStub() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 410 __ Subu(i.TempRegister(0), i.TempRegister(0), Operand(i.TempRegister(3))); \ 444 __ Subu(i.TempRegister(0), i.TempRegister(0), Operand(i.TempRegister(1))); \ 482 __ Subu(i.TempRegister(0), i.TempRegister(0), Operand(i.TempRegister(1))); \ 560 tasm->Subu(sp, sp, stack_slot_delta * kSystemPointerSize); in AdjustStackPointerForTailCall() 849 __ Subu(lhs_register, sp, offset); in AssembleArchInstruction() local 986 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1611 __ Subu(sp, sp, Operand(kFloatSize)); in AssembleArchInstruction() local 1617 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local 1650 __ Subu(sp, sp, Operand(i.InputInt32(0))); in AssembleArchInstruction() local 1858 ATOMIC_BINOP_CASE(Sub, Subu) in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2220 __ Subu(a7, a7, Operand(1)); in Generate_CallOrConstructForwardVarargs() local 2985 __ Subu(scratch, result_reg, HeapNumber::kExponentMask); in Generate_DoubleToI() local 2990 __ Subu(result_reg, result_reg, in Generate_DoubleToI() local 3034 __ Subu(scratch, zero_reg, scratch); in Generate_DoubleToI() local 3047 __ Subu(result_reg, zero_reg, input_high); in Generate_DoubleToI() local 3132 __ Subu(s2, s2, Operand(1)); in CallApiFunctionAndReturn() local
|
/third_party/node/deps/v8/src/baseline/mips/ |
D | baseline-assembler-mips-inl.h | 448 __ Subu(reg, reg, Operand(case_value_base));
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 276 Subu, enumerator 1279 using InstMIPS32Subu = InstMIPS32ThreeAddrGPR<InstMIPS32::Subu>;
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.cc | 372 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 3194 Subu(rd, scratch, rd); in CallRecordWriteStub() 3261 Subu(scratch, rs, scratch); in CallRecordWriteStub() 3987 Subu(scratch, rs, rt); in CallRecordWriteStub() 3993 Subu(scratch, rs, rt); in CallRecordWriteStub() 5248 Subu(scratch1, scratch1, Operand(value)); in CallRecordWriteStub()
|
D | macro-assembler-mips64.h | 444 DEFINE_INSTRUCTION(Subu) in DEFINE_INSTRUCTION()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 982 I32_BINOP_I(sub, Subu) 1604 TurboAssembler::Subu(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 950 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1722 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local 2033 ATOMIC_BINOP_CASE(Sub, Subu, Dsubu) in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 777 ATOMIC_BINOP_CASE(Sub, Subu, Dsubu) in ATOMIC_BINOP_CASE() 1173 I32_BINOP_I(sub, Subu)
|