Home
last modified time | relevance | path

Searched refs:num_to_push (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc387 int16_t num_to_push = regs.Count(); in MultiPush() local
388 int16_t stack_offset = num_to_push * kSystemPointerSize; in MultiPush()
412 int16_t num_to_push = dregs.Count(); in MultiPushDoubles() local
413 int16_t stack_offset = num_to_push * kDoubleSize; in MultiPushDoubles()
427 int16_t num_to_push = simd_regs.Count(); in MultiPushV128() local
428 int16_t stack_offset = num_to_push * kSimd128Size; in MultiPushV128()
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc1920 int16_t num_to_push = regs.Count(); in CallRecordWriteStub() local
1921 int16_t stack_offset = num_to_push * kPointerSize; in CallRecordWriteStub()
1945 int16_t num_to_push = regs.Count(); in CallRecordWriteStub() local
1946 int16_t stack_offset = num_to_push * kDoubleSize; in CallRecordWriteStub()
1970 int16_t num_to_push = regs.Count(); in CallRecordWriteStub() local
1971 int16_t stack_offset = num_to_push * kSimd128Size; in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc634 int16_t num_to_push = regs.Count(); in MultiPush() local
635 int16_t stack_offset = num_to_push * kSystemPointerSize; in MultiPush()
659 int16_t num_to_push = dregs.Count(); in MultiPushDoubles() local
660 int16_t stack_offset = num_to_push * kDoubleSize; in MultiPushDoubles()
674 int16_t num_to_push = dregs.Count(); in MultiPushV128() local
675 int16_t stack_offset = num_to_push * kSimd128Size; in MultiPushV128()
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc1661 int16_t num_to_push = regs.Count(); in MultiPush() local
1662 int16_t stack_offset = num_to_push * kSystemPointerSize; in MultiPush()
1746 int16_t num_to_push = regs.Count(); in MultiPushFPU() local
1747 int16_t stack_offset = num_to_push * kDoubleSize; in MultiPushFPU()
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc1377 int16_t num_to_push = regs.Count(); in CallRecordWriteStub() local
1378 int16_t stack_offset = num_to_push * kPointerSize; in CallRecordWriteStub()
1402 int16_t num_to_push = regs.Count(); in CallRecordWriteStub() local
1403 int16_t stack_offset = num_to_push * kDoubleSize; in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.cc1372 int16_t num_to_push = regs.Count(); in CallRecordWriteStub() local
1373 int16_t stack_offset = num_to_push * kDoubleSize; in CallRecordWriteStub()