Home
last modified time | relevance | path

Searched defs:Sub_d (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.cc222 __ Sub_d(a1, a1, a0); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
249 __ Sub_d(a2, a2, Operand(a1)); in CheckNotBackReferenceIgnoreCase() local
270 __ Sub_d(a3, a3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local
273 __ Sub_d(a3, a3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
288 __ Sub_d(current_input_offset(), a2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
294 __ Sub_d(current_input_offset(), current_input_offset(), Operand(a2)); in CheckNotBackReferenceIgnoreCase() local
321 __ Sub_d(a1, a1, Operand(s3)); in CheckNotBackReferenceIgnoreCase() local
339 __ Sub_d(current_input_offset(), current_input_offset(), Operand(s3)); in CheckNotBackReferenceIgnoreCase() local
356 __ Sub_d(a1, a1, a0); // Length to check. in CheckNotBackReference() local
377 __ Sub_d(a2, a2, Operand(a1)); in CheckNotBackReference() local
[all …]
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc84 __ Sub_d(scratch, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() local
422 __ Sub_d(a3, a3, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() local
428 __ Sub_d(a3, a3, Operand(1)); in Generate_ResumeGeneratorTrampoline() local
1161 __ Sub_d(sp_minus_frame_size, sp, frame_size); in Generate_BaselineOutOfLinePrologue() local
1298 __ Sub_d(a5, sp, Operand(a4)); in Generate_InterpreterEntryTrampoline() local
1312 __ Sub_d(a4, a4, Operand(kPointerSize)); in Generate_InterpreterEntryTrampoline() local
1450 __ Sub_d(scratch, num_args, Operand(1)); in GenerateInterpreterPushArgs() local
1452 __ Sub_d(start_address, start_address, scratch); in GenerateInterpreterPushArgs() local
1474 __ Sub_d(a0, a0, Operand(1)); in Generate_InterpreterPushArgsThenCallImpl() local
1478 __ Sub_d(a3, a0, Operand(kJSArgcReceiverSlots)); in Generate_InterpreterPushArgsThenCallImpl() local
[all …]
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc788 __ Sub_d(lhs_register, sp, offset); in AssembleArchInstruction() local
943 __ Sub_d(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1537 __ Sub_d(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local
1564 __ Sub_d(sp, sp, Operand(i.InputInt32(0))); in AssembleArchInstruction() local
2208 __ Sub_d(sp, sp, Operand(kSystemPointerSize)); in AssembleConstructFrame() local
2229 __ Sub_d(sp, sp, Operand(kSystemPointerSize)); in AssembleConstructFrame() local
2300 __ Sub_d(sp, sp, Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame() local
2316 __ Sub_d(sp, sp, Operand(returns * kSystemPointerSize)); in AssembleConstructFrame() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h274 Sub_d, enumerator
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.cc402 void TurboAssembler::Sub_d(Register rd, Register rj, const Operand& rk) { in CallRecordWriteStub() function in v8::internal::TurboAssembler