Home
last modified time | relevance | path

Searched defs:Subu (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc229 __ 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/
Dbuiltins-mips.cc85 __ 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/compiler/backend/mips/
Dcode-generator-mips.cc849 __ 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
3964 __ Subu(sp, sp, Operand(kSystemPointerSize)); in AssembleConstructFrame() local
3985 __ Subu(sp, sp, Operand(kSystemPointerSize)); in AssembleConstructFrame() local
4053 __ Subu(sp, sp, Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame() local
4068 __ Subu(sp, sp, Operand(returns * kSystemPointerSize)); in AssembleConstructFrame() local
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.h431 DEFINE_INSTRUCTION(Subu) in DEFINE_INSTRUCTION() argument
Dmacro-assembler-mips.cc360 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2220 __ 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/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h276 Subu, enumerator
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc950 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1722 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc372 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler