Home
last modified time | relevance | path

Searched defs:allignment_vreg (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp58 uint8_t allignment_vreg = regdescr->GetAlignmentVreg(is_callee); in PushRegs() local
76 uint8_t allignment_vreg = regdescr->GetAlignmentVreg(is_callee); in PopRegs() local
Dtarget.h367 auto allignment_vreg = is_callee ? allignment_vreg_callee_ : allignment_vreg_caller_; in GetAlignmentVreg() local