Home
last modified time | relevance | path

Searched refs:lower_regs (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
H A Dframe-constants-arm.h99 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
102 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
107 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
110 base::bits::CountPopulation(lower_regs) * kDoubleSize; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/loong64/
H A Dframe-constants-loong64.h63 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
66 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
71 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
74 base::bits::CountPopulation(lower_regs) * kDoubleSize; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/ppc/
H A Dframe-constants-ppc.h67 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
70 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
75 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
78 base::bits::CountPopulation(lower_regs) * kSimd128Size; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/mips/
H A Dframe-constants-mips.h66 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
69 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
74 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
77 base::bits::CountPopulation(lower_regs) * kDoubleSize; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/mips64/
H A Dframe-constants-mips64.h62 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
65 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
70 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
73 base::bits::CountPopulation(lower_regs) * kDoubleSize; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/x64/
H A Dframe-constants-x64.h80 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
83 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
88 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
91 base::bits::CountPopulation(lower_regs) * kSimd128Size; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/ia32/
H A Dframe-constants-ia32.h73 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
76 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
81 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
84 base::bits::CountPopulation(lower_regs) * kSimd128Size; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/s390/
H A Dframe-constants-s390.h66 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
69 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
74 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
77 base::bits::CountPopulation(lower_regs) * kSimd128Size; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dframe-constants-riscv64.h65 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
68 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
73 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
76 base::bits::CountPopulation(lower_regs) * kDoubleSize; in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/arm64/
H A Dframe-constants-arm64.h126 uint32_t lower_regs = in GetPushedGpRegisterOffset() local
129 base::bits::CountPopulation(lower_regs) * kSystemPointerSize; in GetPushedGpRegisterOffset()
134 uint32_t lower_regs = in GetPushedFpRegisterOffset() local
137 base::bits::CountPopulation(lower_regs) * kSimd128Size; in GetPushedFpRegisterOffset()

Completed in 4 milliseconds