Home | History | Annotate | Download | only in arm64

Lines Matching full:sp_alignment

1193         int sp_alignment = __ ActivationFrameAlignment();
1195 __ And(tmp, tmp, Operand(~static_cast<uint64_t>(sp_alignment - 1)));