Searched defs:PushRegs (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ | ||
| D | callconv.cpp | 60 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs() function in ark::compiler::amd64::Amd64CallingConvention |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ | ||
| D | callconv.cpp | 119 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs() function in ark::compiler::aarch32::Aarch32CallingConvention |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ | ||
| D | callconv.cpp | 80 size_t Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList… in PushRegs() function in ark::compiler::aarch64::Aarch64CallingConvention |