Home | History | Annotate | Download | only in arm64

Lines Matching refs:PopPostamble

2043   void PopPostamble(Operand total_size);
2046 void PopPostamble(int count, int size) { PopPostamble(count * size); }