Home | History | Annotate | Download | only in arm64

Lines Matching refs:PushPreamble

2042   void PushPreamble(Operand total_size);
2045 void PushPreamble(int count, int size) { PushPreamble(count * size); }