/third_party/node/deps/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 244 __ SubS64(r3, r3, r2); in CheckNotBackReferenceIgnoreCase() local 272 __ SubS64(r4, r4, r3); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local 293 __ SubS64(r5, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 297 __ SubS64(r5, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 314 __ SubS64(current_input_offset(), r4, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 321 __ SubS64(current_input_offset(), current_input_offset(), r3); in CheckNotBackReferenceIgnoreCase() local 348 __ SubS64(r3, r3, r6); in CheckNotBackReferenceIgnoreCase() local 368 __ SubS64(current_input_offset(), current_input_offset(), r6); in CheckNotBackReferenceIgnoreCase() local 385 __ SubS64(r3, r3, r2); // Length to check. in CheckNotBackReference() local 408 __ SubS64(r4, r4, r3); // Offset by length when matching backwards. in CheckNotBackReference() local [all …]
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 194 __ SubS64(kInterpreterBytecodeOffsetRegister, in Generate_BaselineOrInterpreterEntry() local 347 __ SubS64(counter, argc, Operand(kJSArgcReceiverSlots)); in Generate_PushArguments() local 357 __ SubS64(counter, counter, Operand(1)); in Generate_PushArguments() local 671 __ SubS64(r5, r5, Operand(kJSArgcReceiverSlots)); in Generate_ResumeGeneratorTrampoline() local 678 __ SubS64(r5, r5, Operand(1)); in Generate_ResumeGeneratorTrampoline() local 1456 __ SubS64(sp_minus_frame_size, sp, frame_size); in Generate_BaselineOutOfLinePrologue() local 1598 __ SubS64(r8, sp, r4); in Generate_InterpreterEntryTrampoline() local 1612 __ SubS64(r1, Operand(1)); in Generate_InterpreterEntryTrampoline() local 1755 __ SubS64(scratch, num_args, Operand(1)); in GenerateInterpreterPushArgs() local 1757 __ SubS64(start_address, start_address, scratch); in GenerateInterpreterPushArgs() local [all …]
|
/third_party/node/deps/v8/src/baseline/s390/ |
D | baseline-compiler-s390-inl.h | 78 __ masm()->SubS64(scratch, Operand(1)); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 257 void SubS64(Register dst, const Operand& imm); 259 void SubS64(Register dst, Register src, const Operand& imm); 261 void SubS64(Register dst, Register src, int32_t imm); 265 void SubS64(Register dst, Register src); 267 void SubS64(Register dst, Register src1, Register src2); 271 void SubS64(Register dst, const MemOperand& opnd); 1084 void AllocateStackSpace(Register bytes) { SubS64(sp, sp, bytes); } in AllocateStackSpace()
|
D | macro-assembler-s390.cc | 637 SubS64(location, location, Operand(stack_offset)); in MultiPush() 662 SubS64(location, location, Operand(stack_offset)); in MultiPushDoubles() 677 SubS64(location, location, Operand(stack_offset)); in MultiPushV128() 1632 SubS64(scratch, sp, scratch); in CallRecordWriteStub() 1660 SubS64(expected_parameter_count, expected_parameter_count, in CallRecordWriteStub() 1677 SubS64(sp, sp, scratch); in CallRecordWriteStub() 1686 SubS64(num, num, Operand(1)); in CallRecordWriteStub() 1698 SubS64(expected_parameter_count, expected_parameter_count, Operand(1)); in CallRecordWriteStub() 2964 void TurboAssembler::SubS64(Register dst, const Operand& imm) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 2977 void TurboAssembler::SubS64(Register dst, Register src, int32_t imm) { in CallRecordWriteStub() function in v8::internal::TurboAssembler [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 206 SubS64(sp, sp, Operand(frame_size), r0); in PatchPrepareStackFrame() 1062 SubS64(r4, fp, Operand(start + size + kSystemPointerSize), r0); in FillStackSlotsWithZero() 1156 V(i64_sub, SubS64, LiftoffRegister, LiftoffRegister, LiftoffRegister, \ 1655 SubS64(value, value, Operand(subtrahend), r0, LeaveOE, SetRC); in emit_i32_subi_jump_negative() 2951 SubS64(sp, sp, Operand(kStackPageSize), r0); in CallC() 2956 SubS64(sp, sp, Operand(size), r0); in CallC() 3051 SubS64(sp, sp, Operand(size), r0); in AllocateStackSlot()
|
/third_party/node/deps/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 704 __ SubS64(scratch, stack_pointer, scratch); in PushRegExpBasePointer() local 1141 __ SubS64(r3, backtrack_stackpointer(), r4); in WriteStackPointerToRegister() local
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.h | 190 void SubS64(Register dst, Register src, const Operand& value, 192 void SubS64(Register dst, Register src, Register value, OEBit s = LeaveOE,
|
D | macro-assembler-ppc.cc | 2716 void TurboAssembler::SubS64(Register dst, Register src, Register value, OEBit s, in CallRecordWriteStub() function in v8::internal::TurboAssembler 2721 void TurboAssembler::SubS64(Register dst, Register src, const Operand& value, in CallRecordWriteStub() function in v8::internal::TurboAssembler 2745 SubS64(dst, src, value, LeaveOE, r); in CallRecordWriteStub() 2751 SubS64(dst, src, value, scratch, LeaveOE, r); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 743 SubS64(tmp2, tmp2, value.gp()); in AtomicSub() 746 SubS64(tmp2, tmp1, value.gp()); in AtomicSub() 1649 V(i64_sub, SubS64, LiftoffRegister, LiftoffRegister, LiftoffRegister, \ 2191 SubS64(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1405 __ SubS64(lhs_register, sp, Operand(offset)); in AssembleArchInstruction() local 1680 ASSEMBLE_BIN_OP(RRRInstr(sgrk), RM64Instr(sg), RRIInstr(SubS64)); in AssembleArchInstruction() 1682 ASSEMBLE_BIN_OP(RRInstr(sgr), RM64Instr(sg), RIInstr(SubS64)); in AssembleArchInstruction() 2529 ASSEMBLE_ATOMIC_BINOP_WORD64(LoadAndSub64, SubS64); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1097 __ SubS64(lhs_register, sp, Operand(offset), kScratchReg); in AssembleArchInstruction() local 1402 __ SubS64(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1), in AssembleArchInstruction() local 4041 __ SubS64(fp, sp, in AssembleConstructFrame() local
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 193 __ SubS64(kInterpreterBytecodeOffsetRegister, in Generate_BaselineOrInterpreterEntry() local 1424 __ SubS64(sp_minus_frame_size, sp, frame_size); in Generate_BaselineOutOfLinePrologue() local
|